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 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b5769c668..8d09366fd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -111,6 +111,13 @@ if(g15 AND WIN32)
add_subdirectory(g15helper)
endif()
+if(APPLE AND CMAKE_SYSTEM_PROCESSOR MATCHES "arm64")
+ # mach_override doesn't support ARM
+ # https://github.com/rentzsch/mach_override/issues/6
+ set(overlay OFF CACHE BOOL "" FORCE)
+ message(STATUS "Disabling the overlay on ARM macOS")
+endif()
+
if(overlay AND client)
if(WIN32)
add_subdirectory(overlay)