Skip to content

Commit eac8791

Browse files
committed
mac
1 parent bda28f9 commit eac8791

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cmake/compileroptions.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
100100
add_compile_options(-gdwarf-4)
101101
endif()
102102

103+
message(STATUS "${CMAKE_CXX_COMPILER_ID} ${CMAKE_CXX_COMPILER_VERSION}")
103104
if (CMAKE_CXX_COMPILER_ID STREQUAL "AppleClang" AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS_EQUAL 15)
104105
add_compile_options(-Wno-poison-system-directories)
105106
endif()

0 commit comments

Comments
 (0)