Skip to content

Commit

Permalink
14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Dec 18, 2024
1 parent afa1aaf commit c032df6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions steps/08-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c032df6

Please sign in to comment.