Skip to content

Commit

Permalink
Remove usage of native bootstrapping on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hoyosjs authored and danmoseley committed Apr 16, 2022
1 parent cd88260 commit c55c066
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions eng/native/configurecompiler.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@ set(CMAKE_C_STANDARD_REQUIRED ON)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

# Workaround for https://gitlab.kitware.com/cmake/cmake/-/issues/21069
# TODO: delete this block once "cmake" in global.json:
# https://github.com/dotnet/runtime/blob/a82d92c36624e89e831e37515a9b0c95a4cfe183/global.json#L11
# is bumped passed 3.18.2.
if (MSVC)
add_compile_options($<$<COMPILE_LANGUAGE:C>:/std:c11>)
endif()

include(CheckCCompilerFlag)
include(CheckCXXCompilerFlag)

Expand Down

0 comments on commit c55c066

Please sign in to comment.