mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2025-06-03 00:00:20 +00:00
4 lines
130 B
CMake
4 lines
130 B
CMake
if(CMAKE_C_COMPILER_ID MATCHES ".*Clang.*" OR CMAKE_CXX_COMPILER_ID MATCHES ".*Clang.*")
|
|
set(CMAKE_COMPILER_IS_CLANG 1)
|
|
endif()
|