Skip to content

Commit 9c7a3dc

Browse files
committed
s
1 parent 54ba1c9 commit 9c7a3dc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
7575

7676
# we do not add the annotation until C++20
7777
# the warnings were introduced with Clang 23
78+
message(STATUS "CMAKE_CXX_STANDARD=${CMAKE_CXX_STANDARD}")
7879
if(CMAKE_CXX_STANDARD LESS 20)
7980
#add_compile_options_safe(-Wno-lifetime-safety-intra-tu-suggestions)
8081
endif()

0 commit comments

Comments
 (0)