summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorcristian64 <cristian64@gmail.com>2025-12-10 21:11:08 +0000
committercristian64 <cristian64@gmail.com>2025-12-10 21:26:43 +0000
commitbd6ea9a9a1da72e721cbcc3a3f23cc8c62675fce (patch)
tree8e5c893959f9694d9bedbcd8f1b63d44d30797a4 /CMakeLists.txt
parent355bca0fb3698b7e0383caf7439d68fe53fd1700 (diff)
Core/HW: Enable BBA (IPC) in FreeBSD.
Since v1.4.0, cpp-ipc now supports FreeBSD. This was a limitation that prevented us from enabling compilation on FreeBSD in #13870. Full changelog: https://github.com/mutouyun/cpp-ipc/releases/tag/v1.4.0
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2fa3769f8f..0cadc9dd49 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -786,7 +786,7 @@ endif()
add_subdirectory(Externals/watcher)
-if(WIN32 OR LINUX)
+if(NOT ANDROID AND NOT APPLE)
add_subdirectory(Externals/cpp-ipc)
endif()