aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaluigiWare64 <68647953+WaluigiWare64@users.noreply.github.com>2021-03-01 13:12:02 +0000
committerGitHub <noreply@github.com>2021-03-01 13:12:02 +0000
commitcb34032ac8ac2149fbf10eeb094d2a412e9830d9 (patch)
tree24b269a180f10e0f51f4a73842cdbbaaf8a256ec
parent41dd448e285e6879cc28ce7ff9664457354d0265 (diff)
Set macOS Deployment Target to 10.13
It's the minimum that the latest Qt 5 supports
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 65afb59..97843e5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,7 +8,7 @@ if (POLICY CMP0076)
cmake_policy(SET CMP0076 NEW)
endif()
-set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9" CACHE STRING "Minimum OS X deployment version")
+set(CMAKE_OSX_DEPLOYMENT_TARGET "10.13" CACHE STRING "Minimum OS X deployment version")
project(melonDS CXX)