From 46a7e1cf763380f70c066fe456615ba4de2d13c0 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Wed, 11 Nov 2020 02:02:19 -0500 Subject: Mac UI is Intel only for now --- examples/triage/CMakeLists.txt | 2 ++ examples/uinotification/CMakeLists.txt | 2 ++ 2 files changed, 4 insertions(+) (limited to 'examples') diff --git a/examples/triage/CMakeLists.txt b/examples/triage/CMakeLists.txt index e2c9e563..4b55bc8f 100644 --- a/examples/triage/CMakeLists.txt +++ b/examples/triage/CMakeLists.txt @@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 3.9 FATAL_ERROR) project(triage) +set(CMAKE_OSX_ARCHITECTURES x86_64) + file(GLOB SOURCES *.cpp *.h) diff --git a/examples/uinotification/CMakeLists.txt b/examples/uinotification/CMakeLists.txt index 3dbf3c72..9858dd68 100644 --- a/examples/uinotification/CMakeLists.txt +++ b/examples/uinotification/CMakeLists.txt @@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 3.13 FATAL_ERROR) project(uinotification) +set(CMAKE_OSX_ARCHITECTURES x86_64) + find_package(Qt5 COMPONENTS Core Gui Widgets REQUIRED) file(GLOB SOURCES -- cgit v1.3.1