aboutsummaryrefslogtreecommitdiffstats
path: root/games/fs2open/files/patch-lib_CMakeLists.txt
blob: 027db1ab3a36d7433042d8d70e516b33ba4b046e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- lib/CMakeLists.txt.orig	2025-11-04 12:49:44 UTC
+++ lib/CMakeLists.txt
@@ -61,6 +61,6 @@ ADD_SUBDIRECTORY(imgui)
 
 ADD_SUBDIRECTORY(imgui)
 
-if(NOT APPLE)
+if(NOT APPLE AND NOT CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
 	add_subdirectory(openxr)
-endif()
\ No newline at end of file
+endif()