blob: c1183f5af7021f1c507e5d7c8a45aae039e2f0d1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- cmake/modules/CheckCompiler.cmake.orig 2022-11-16 10:35:46 UTC
+++ cmake/modules/CheckCompiler.cmake
@@ -202,7 +202,7 @@ endif()
#---Setup details depending on the major platform type----------------------------------------------
-if(CMAKE_SYSTEM_NAME MATCHES Linux)
+if(CMAKE_SYSTEM_NAME MATCHES Linux OR CMAKE_SYSTEM_NAME MATCHES FreeBSD)
include(SetUpLinux)
elseif(APPLE)
include(SetUpMacOS)
|