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 54ba1c9 commit 9c7a3dcCopy full SHA for 9c7a3dc
1 file changed
CMakeLists.txt
@@ -75,6 +75,7 @@ elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
75
76
# we do not add the annotation until C++20
77
# the warnings were introduced with Clang 23
78
+ message(STATUS "CMAKE_CXX_STANDARD=${CMAKE_CXX_STANDARD}")
79
if(CMAKE_CXX_STANDARD LESS 20)
80
#add_compile_options_safe(-Wno-lifetime-safety-intra-tu-suggestions)
81
endif()
0 commit comments