Skip to content
Snippets Groups Projects

macOS compatibility

Merged Janis Born requested to merge macos-compatibility into master
4 files
+ 18
11
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 1
1
@@ -8,7 +8,7 @@
SET(LINUX ${UNIX})
SET(WINDOWS ${MSVC})
SET(MAC ${APPLE})
IF(CMAKE_CXX_COMPILER MATCHES ".*clang.?.?")
IF(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
SET(CLANG ON)
SET(COMPILER CLANG)
SET(GCC OFF)
Loading