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

6 lines
113 B
CMake

# Apple Clang compiler specific settings
if(NOT CMAKE_C_COMPILER_ID STREQUAL "AppleClang")
return()
endif()