From e0ef582a91a84caccfb2a3c945801a70711bb1c0 Mon Sep 17 00:00:00 2001 From: Jose Fonseca Date: Tue, 24 Jan 2017 11:36:48 +0000 Subject: cmake: Target macos 10.11 and up; stop building 32bits executables. --- gui/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gui') 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 ) -- cgit v1.2.3