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

6 lines
102 B
CMake

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