summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspycrab <spycrab@users.noreply.github.com>2019-01-25 16:49:56 +0100
committerGitHub <noreply@github.com>2019-01-25 16:49:56 +0100
commitb4c37f3148f669b2fc7850cf4fa57b679b2bba64 (patch)
tree08b6013ffe745b79da22368981d619e668a454ab
parent6962d5bc5217562b0200a47968e013e9c820feeb (diff)
parent4badc961d074b3c130507c116bda92f7a87a446d (diff)
Merge pull request #7732 from spycrab/bump_min_version
Qt: Bump minimum macOS version required
-rw-r--r--CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d0c9e3ee2d..c744b28c05 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,9 +5,7 @@ cmake_minimum_required(VERSION 3.5.0)
set(CMAKE_OSX_ARCHITECTURES "x86_64")
# Minimum OS X version.
# This is inserted into the Info.plist as well.
-# Note that the SDK determines the maximum version of which optional
-# features can be used, not the minimum required version to run.
-set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9" CACHE STRING "")
+set(CMAKE_OSX_DEPLOYMENT_TARGET "10.10.0" CACHE STRING "")
project(dolphin-emu)