6 lines
113 B
CMake
6 lines
113 B
CMake
# Apple Clang compiler specific settings
|
|
|
|
if(NOT CMAKE_C_COMPILER_ID STREQUAL "AppleClang")
|
|
return()
|
|
endif()
|