We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f27e724 commit 1360f7fCopy full SHA for 1360f7f
CMakeLists.txt
@@ -17,6 +17,7 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
17
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
18
19
if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang" OR
20
+ "${CMAKE_CXX_COMPILER_ID}" STREQUAL "AppleClang" OR
21
"${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU"
22
)
23
# Ensure NDEBUG is not set for release builds
@@ -69,6 +70,7 @@ macro(git_revision target files_var)
69
70
endif()
71
72
73
74
75
76
set_source_files_properties(
0 commit comments