mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 22:34:54 +00:00
CMakeLists: Bump minimum macOS to 11.0
This commit is contained in:
parent
bc3c3eb79a
commit
39e535d4aa
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue