diff options
| author | Rusty Wagner <rusty@vector35.com> | 2020-11-11 02:02:19 -0500 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2020-11-13 01:49:59 -0500 |
| commit | 46a7e1cf763380f70c066fe456615ba4de2d13c0 (patch) | |
| tree | 5e5a63256fcf30c62cf13ab62edf051399530d8a /examples/uinotification/CMakeLists.txt | |
| parent | 162763378586996e713e373f3c16fdee6d7f4d5d (diff) | |
Mac UI is Intel only for now
Diffstat (limited to 'examples/uinotification/CMakeLists.txt')
| -rw-r--r-- | examples/uinotification/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
