Skip to content

Commit c4c1215

Browse files
committed
Revert "Remove VCPKG_OSX_DEPLOYMENT_TARGET"
This reverts commit af8fd74.
1 parent af8fd74 commit c4c1215

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

vcpkg-triplets/arm64-osx.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ set(VCPKG_LIBRARY_LINKAGE static)
44

55
set(VCPKG_CMAKE_SYSTEM_NAME Darwin)
66
set(VCPKG_OSX_ARCHITECTURES arm64)
7+
set(VCPKG_OSX_DEPLOYMENT_TARGET 13.7)
78

89
set(VCPKG_BUILD_TYPE release)

vcpkg-triplets/x64-osx.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ set(VCPKG_LIBRARY_LINKAGE static)
44

55
set(VCPKG_CMAKE_SYSTEM_NAME Darwin)
66
set(VCPKG_OSX_ARCHITECTURES x86_64)
7+
set(VCPKG_OSX_DEPLOYMENT_TARGET 13.7)
78

89
set(VCPKG_BUILD_TYPE release)

0 commit comments

Comments
 (0)