HULL/cmake/compilers/gcc.cmake
2025-08-03 17:36:01 +01:00

6 lines
98 B
CMake

# GCC compiler specific settings
if(NOT CMAKE_C_COMPILER_ID STREQUAL "GNU")
return()
endif()