Skip to content

Commit

Permalink
CMAKE_OSX_DEPLOYMENT_TARGET
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Dec 18, 2024
1 parent 29f5732 commit afa1aaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions steps/08-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +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"
# 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 afa1aaf

Please sign in to comment.