Skip to content

Commit

Permalink
iOS: use Xcode in the test step
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Dec 18, 2024
1 parent 4e78432 commit 3de13ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions steps/08-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,11 @@ case "$OS" in
;;
esac
CMAKE_ARGS+=(
-G Xcode
-D CMAKE_SYSTEM_NAME="iOS"
-D CMAKE_OSX_SYSROOT="$SDK"
-D CMAKE_OSX_ARCHITECTURES="$ARCH"
-D CMAKE_OSX_DEPLOYMENT_TARGET="15.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

0 comments on commit 3de13ab

Please sign in to comment.