6 lines
98 B
CMake
6 lines
98 B
CMake
# GCC compiler specific settings
|
|
|
|
if(NOT CMAKE_C_COMPILER_ID STREQUAL "GNU")
|
|
return()
|
|
endif()
|