mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 13:47:57 +03:00
Set macOS deployment target to 10.15.
This commit is contained in:
parent
3eb0b9852b
commit
db07a294dc
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.15)
|
|||
|
||||
# macOS deployment target needs to be set before 'project' to work
|
||||
if(APPLE AND NOT TARGET_IOS)
|
||||
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.14" CACHE STRING "Minimum OS X deployment version")
|
||||
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15" CACHE STRING "Minimum OS X deployment version")
|
||||
endif()
|
||||
|
||||
project(Play)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue