Skip to content

Commit

Permalink
Remove VCPKG_OSX_DEPLOYMENT_TARGET
Browse files Browse the repository at this point in the history
  • Loading branch information
BewareMyPower committed Dec 16, 2024
1 parent e0b2ecf commit af8fd74
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion vcpkg-triplets/arm64-osx.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ set(VCPKG_LIBRARY_LINKAGE static)

set(VCPKG_CMAKE_SYSTEM_NAME Darwin)
set(VCPKG_OSX_ARCHITECTURES arm64)
set(VCPKG_OSX_DEPLOYMENT_TARGET 13.7)

set(VCPKG_BUILD_TYPE release)
1 change: 0 additions & 1 deletion vcpkg-triplets/x64-osx.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ set(VCPKG_LIBRARY_LINKAGE static)

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

set(VCPKG_BUILD_TYPE release)

0 comments on commit af8fd74

Please sign in to comment.