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