summaryrefslogtreecommitdiff
path: root/graphics/alembic/files/patch-CMakeLists.txt
blob: 3d5acc45437005e12f69b01540729943641b7aa4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- CMakeLists.txt.orig	2019-10-26 04:47:57 UTC
+++ CMakeLists.txt
@@ -112,7 +112,7 @@ IF ("${CMAKE_SYSTEM_NAME}" MATCHES "Darwin")
 ENDIF()
 
 SET(LINUX FALSE)
-IF ("${CMAKE_SYSTEM_NAME}" MATCHES "Linux")
+IF ("${CMAKE_SYSTEM_NAME}" MATCHES "Linux|FreeBSD")
     SET(LINUX TRUE)
 ENDIF()