aboutsummaryrefslogtreecommitdiff
path: root/project/cmake/scripts/osx/ArchSetup.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'project/cmake/scripts/osx/ArchSetup.cmake')
-rw-r--r--project/cmake/scripts/osx/ArchSetup.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/project/cmake/scripts/osx/ArchSetup.cmake b/project/cmake/scripts/osx/ArchSetup.cmake
index ee9bf8b1a7..30478636e6 100644
--- a/project/cmake/scripts/osx/ArchSetup.cmake
+++ b/project/cmake/scripts/osx/ArchSetup.cmake
@@ -16,6 +16,7 @@ if(WITH_ARCH)
else()
if(CPU STREQUAL x86_64 OR CPU STREQUAL i386)
set(ARCH x86-osx)
+ set(NEON False)
else()
message(SEND_ERROR "Unknown CPU: ${CPU}")
endif()