From 7ec99d2a7571e5befbc0406e9ba57387d528ed4b Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Sun, 10 Feb 2019 22:08:04 +0000 Subject: [PATCH] Update CMakeLists.txt to reflect the oldest supported macOS version (10.10) --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 71a59a5fe..1ab053397 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,10 +10,10 @@ if (APPLE) # # otool -l | grep -A3 LC_VERSION_MIN_MACOSX # - set (CMAKE_OSX_DEPLOYMENT_TARGET 10.9 + set (CMAKE_OSX_DEPLOYMENT_TARGET 10.10 CACHE STRING "Earliest version of OS X supported -Earliest version we can support with Qt 5.8, C++11 & libc++ is 10.9. +Earliest version we can support with Qt 5.8, C++11 & libc++ is 10.10. Do not override this if you intend to build an official deployable installer.") set (CMAKE_OSX_SYSROOT /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk CACHE STRING "Mac OS X SDK to build with