From 115bd608e7d90398c00a94810ab3ba0cdb3b1c56 Mon Sep 17 00:00:00 2001 From: Chris Thrasher Date: Thu, 20 Jun 2024 15:25:47 -0600 Subject: [PATCH] Raise iOS deployment target --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 64f663f64..05294087e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)