aboutsummaryrefslogtreecommitdiff
path: root/cmake/scripts
diff options
context:
space:
mode:
authorRechi <Rechi@users.noreply.github.com>2018-05-30 10:00:00 +0200
committerRechi <Rechi@users.noreply.github.com>2018-05-30 10:00:00 +0200
commit6ea8315cfcc9420d4fcfe3ba716a57a57cb768d7 (patch)
tree8bdaa522bc38a2e03378344054dc95c3f9ab651e /cmake/scripts
parent9358ae9d275cb2a4aa94e99568d30773a6381e26 (diff)
[osx] bump minimum version to 10.9
Diffstat (limited to 'cmake/scripts')
-rw-r--r--cmake/scripts/osx/ArchSetup.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/scripts/osx/ArchSetup.cmake b/cmake/scripts/osx/ArchSetup.cmake
index d0c5506b0d..9ba0596c9c 100644
--- a/cmake/scripts/osx/ArchSetup.cmake
+++ b/cmake/scripts/osx/ArchSetup.cmake
@@ -36,5 +36,5 @@ list(APPEND DEPLIBS "-framework DiskArbitration" "-framework IOKit"
"-framework CoreGraphics" "-framework CoreMedia"
"-framework VideoToolbox")
-set(CMAKE_OSX_DEPLOYMENT_TARGET 10.8)
+set(CMAKE_OSX_DEPLOYMENT_TARGET 10.9)
set(CMAKE_XCODE_ATTRIBUTE_CLANG_LINK_OBJC_RUNTIME OFF)