We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e5eaea commit 8c2ab7fCopy full SHA for 8c2ab7f
cmake/env.cmake
@@ -54,7 +54,7 @@ if(CMAKE_C_COMPILER_ID STREQUAL "MSVC" OR CMAKE_C_SIMULATE_ID STREQUAL "MSVC")
54
check_c_compiler_flag(/std:c23 HAVE_FLAG_STD_C23)
55
check_c_compiler_flag(/std:c17 HAVE_FLAG_STD_C17)
56
# Visual Studio 2019 will have clang-12, Visual Studio will have clang-15, but cmake do not know how to set the standard for that.
57
- if(CMAKE_C_COMPILER_ID MATCHES Clang AND CMAKE_C_COMPILER_VERSION VERSION_LESS 16.0)
+ if(CMAKE_C_COMPILER_ID MATCHES Clang AND CMAKE_C_COMPILER_VERSION VERSION_LESS 18.0)
58
set(HAVE_FLAG_STD_C23 OFF)
59
endif()
60
else()
0 commit comments