diff options
| author | Jordan Woyak <jordan.woyak@gmail.com> | 2025-12-30 17:59:59 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-30 17:59:59 -0600 |
| commit | d84dd209915f0f754778e82b80f66d81b17fa2b7 (patch) | |
| tree | da1eb790c9e4c9fce09d982855357f5083875b97 /CMakeLists.txt | |
| parent | e639d565f71975ac4b6cdd021d73462a5de81ba2 (diff) | |
| parent | bd6ea9a9a1da72e721cbcc3a3f23cc8c62675fce (diff) | |
Merge pull request #14208 from cristian64/broadband_adapter_ipc_freebsd
Core/HW: Enable BBA (IPC) in FreeBSD.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index afa692c4f8..5e63c62c66 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() |
