Skip to content

Commit

Permalink
Upgrade VCPKG_OSX_DEPLOYMENT_TARGET to 13.7
Browse files Browse the repository at this point in the history
  • Loading branch information
BewareMyPower committed Dec 16, 2024
1 parent b92cf38 commit b63fb20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arm64-osx.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set(VCPKG_LIBRARY_LINKAGE static)

set(VCPKG_CMAKE_SYSTEM_NAME Darwin)
set(VCPKG_OSX_ARCHITECTURES arm64)
set(VCPKG_OSX_DEPLOYMENT_TARGET 10.15)
set(VCPKG_OSX_DEPLOYMENT_TARGET 13.7)
2 changes: 1 addition & 1 deletion pkg/mac/build-static-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ CMAKE_OSX_ARCHITECTURES=$ARCH

INSTALL_DIR=$PWD/pkg/mac/.install
set -x
cmake -B build-osx -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15 \
cmake -B build-osx \
-DINTEGRATE_VCPKG=ON \
-DVCPKG_TARGET_TRIPLET=$VCPKG_TRIPLET \
-DCMAKE_OSX_ARCHITECTURES=$CMAKE_OSX_ARCHITECTURES \
Expand Down
2 changes: 1 addition & 1 deletion x64-osx.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set(VCPKG_LIBRARY_LINKAGE static)

set(VCPKG_CMAKE_SYSTEM_NAME Darwin)
set(VCPKG_OSX_ARCHITECTURES x86_64)
set(VCPKG_OSX_DEPLOYMENT_TARGET 10.15)
set(VCPKG_OSX_DEPLOYMENT_TARGET 13.7)

0 comments on commit b63fb20

Please sign in to comment.