From 5d50eec10de746f678e91382b4fd21619208b0e3 Mon Sep 17 00:00:00 2001 From: Dom Rodriguez Date: Fri, 5 Nov 2021 15:55:12 +0000 Subject: [PATCH] Disable arm64 & x86_64 Mac builds - Qt causes build failures Related to #1395. Signed-off-by: Dom Rodriguez --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c7770fab..99d896b8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -420,8 +420,8 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin") set (BARRIER_BUNDLE_APP_DIR ${BARRIER_BUNDLE_DIR}/Barrier.app) set (BARRIER_BUNDLE_BINARY_DIR ${BARRIER_BUNDLE_APP_DIR}/Contents/MacOS) - set (CMAKE_OSX_ARCHITECTURES "arm64;x86_64") - +# set (CMAKE_OSX_ARCHITECTURES "arm64;x86_64") <-- disable until we get Qt working on arm64, this is the cause of the build failures + configure_files (${BARRIER_BUNDLE_SOURCE_DIR} ${BARRIER_BUNDLE_DIR}) add_custom_target(Barrier_MacOS ALL