diff options
author | Jose Fonseca <jfonseca@vmware.com> | 2017-01-24 11:36:48 +0000 |
---|---|---|
committer | Jose Fonseca <jfonseca@vmware.com> | 2017-01-24 11:36:48 +0000 |
commit | e0ef582a91a84caccfb2a3c945801a70711bb1c0 (patch) | |
tree | aae0333127e7ee617ebca5ddc8ad48dbf6512f87 /gui | |
parent | 429e2cdb2ea5ba156a0a64c78338c6db979e2230 (diff) |
cmake: Target macos 10.11 and up; stop building 32bits executables.
Diffstat (limited to 'gui')
-rw-r--r-- | gui/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt index 579b6514..adae7386 100644 --- a/gui/CMakeLists.txt +++ b/gui/CMakeLists.txt @@ -9,11 +9,6 @@ endif () add_definitions (-DQT_FORCE_ASSERTS) -if (APPLE) - # Recent builds of Qt no longer support i386 architecture - set (CMAKE_OSX_ARCHITECTURES "x86_64") -endif() - add_library (qubjson STATIC qubjson.cpp ) |