summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorOatmealDome <OatmealDome@users.noreply.github.com>2025-04-22 17:27:12 -0400
committerGitHub <noreply@github.com>2025-04-22 17:27:12 -0400
commitda84a9f605ee96cd47f651e07d24f26325d25181 (patch)
tree6a064c5dc0bef0791f9cba2b5f541fbf54d0827e /CMakeLists.txt
parentafee9a56e96766d4622b1694398704e4c8d57b25 (diff)
parentec9fb08dabe15a287ed0dd5ae095a2cbde942817 (diff)
Merge pull request #13477 from OatmealDome/macos-11
CMakeLists: Bump minimum macOS to 11.0
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index af18192df9..8c9ae497a4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -24,7 +24,7 @@ endif()
# Minimum OS X version.
# This is inserted into the Info.plist as well.
-set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15.0" CACHE STRING "")
+set(CMAKE_OSX_DEPLOYMENT_TARGET "11.0.0" CACHE STRING "")
set(CMAKE_USER_MAKE_RULES_OVERRIDE "${CMAKE_CURRENT_SOURCE_DIR}/CMake/FlagsOverride.cmake")