mirror of
https://github.com/SFML/SFML.git
synced 2024-11-24 20:31:05 +08:00
Raise iOS deployment target
This commit is contained in:
parent
6bcc3414fc
commit
115bd608e7
@ -26,7 +26,7 @@ endif()
|
||||
|
||||
# determine whether to create a debug or release build
|
||||
sfml_set_option(CMAKE_BUILD_TYPE Release STRING "Choose the type of build (Debug or Release)")
|
||||
sfml_set_option(CMAKE_OSX_DEPLOYMENT_TARGET "13.0" STRING "The minimal iOS version that will be able to run the built binaries. Cannot be lower than 13.0")
|
||||
sfml_set_option(CMAKE_OSX_DEPLOYMENT_TARGET "16.0" STRING "The minimal iOS version that will be able to run the built binaries. Cannot be lower than 13.0")
|
||||
|
||||
# project name
|
||||
project(SFML VERSION 3.0.0 LANGUAGES CXX)
|
||||
|
Loading…
Reference in New Issue
Block a user