We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bda28f9 commit eac8791Copy full SHA for eac8791
1 file changed
cmake/compileroptions.cmake
@@ -100,6 +100,7 @@ elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
100
add_compile_options(-gdwarf-4)
101
endif()
102
103
+ message(STATUS "${CMAKE_CXX_COMPILER_ID} ${CMAKE_CXX_COMPILER_VERSION}")
104
if (CMAKE_CXX_COMPILER_ID STREQUAL "AppleClang" AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS_EQUAL 15)
105
add_compile_options(-Wno-poison-system-directories)
106
0 commit comments