Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/mach-override-build/CMakeLists.txt')
-rw-r--r--3rdparty/mach-override-build/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/3rdparty/mach-override-build/CMakeLists.txt b/3rdparty/mach-override-build/CMakeLists.txt
index ab38816be..534b54a63 100644
--- a/3rdparty/mach-override-build/CMakeLists.txt
+++ b/3rdparty/mach-override-build/CMakeLists.txt
@@ -10,6 +10,9 @@ endif()
add_library(mach-override STATIC)
+# mach-override doesn't work in unity builds
+set_target_properties(mach-override PROPERTIES UNITY_BUILD FALSE)
+
target_include_directories(mach-override PUBLIC SYSTEM ${SRC_DIR})
target_sources(mach-override