Raise iOS deployment target

This commit is contained in:
Chris Thrasher 2024-06-20 15:25:47 -06:00
parent 6bcc3414fc
commit 115bd608e7
No known key found for this signature in database
GPG Key ID: 56FB686C9DFC8E2C

View File

@ -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)