From c032df6089e07021be3dcae335cafcf35fb9fe96 Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Wed, 18 Dec 2024 11:57:32 +0100 Subject: [PATCH] 14.0 --- steps/08-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/steps/08-test.sh b/steps/08-test.sh index 200dafc..7b2db3a 100755 --- a/steps/08-test.sh +++ b/steps/08-test.sh @@ -55,7 +55,7 @@ case "$OS" in -D CMAKE_SYSTEM_NAME="iOS" -D CMAKE_OSX_SYSROOT="$SDK" -D CMAKE_OSX_ARCHITECTURES="$ARCH" - -D CMAKE_OSX_DEPLOYMENT_TARGET="10.13" + -D CMAKE_OSX_DEPLOYMENT_TARGET="14.0" # https://discourse.cmake.org/t/find-package-stops-working-when-cmake-system-name-ios/4609/7 -D CMAKE_FIND_ROOT_PATH_MODE_PACKAGE="BOTH" -D CMAKE_FIND_ROOT_PATH_MODE_INCLUDE="BOTH" @@ -152,7 +152,7 @@ CMAKE_ARGS+=("$SOURCE_DIR") mkdir -p build pushd build -cmake --trace-expand "${CMAKE_ARGS[@]}" +cmake "${CMAKE_ARGS[@]}" cmake --build . -v if [ "$OS" == "win" ]; then