Skip to content

Commit

Permalink
Set correct macOS deplpoyment targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCallow committed Aug 1, 2024
1 parent edd7b9f commit 7a22d70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vcpkg-triplets/arm64-osx.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ set(VCPKG_LIBRARY_LINKAGE static)

set(VCPKG_CMAKE_SYSTEM_NAME Darwin)
set(VCPKG_OSX_ARCHITECTURES arm64)
set(VCPKG_OSX_DEPLOYMENT_TARGET 10.11)
set(VCPKG_OSX_DEPLOYMENT_TARGET 11.0)
2 changes: 1 addition & 1 deletion vcpkg-triplets/x64-osx.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ set(VCPKG_LIBRARY_LINKAGE static)

set(VCPKG_CMAKE_SYSTEM_NAME Darwin)
set(VCPKG_OSX_ARCHITECTURES x86_64)
set(VCPKG_OSX_DEPLOYMENT_TARGET 10.11)
set(VCPKG_OSX_DEPLOYMENT_TARGET 11.0)

0 comments on commit 7a22d70

Please sign in to comment.