Skip to content

Commit

Permalink
Bump DEPLOYMENT_TARGET to 10.15.
Browse files Browse the repository at this point in the history
Needed for some filesystem features used in imageio.
  • Loading branch information
MarkCallow committed Jul 29, 2024
1 parent 4db9d1a commit 505e3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ if(APPLE)
# When changing the target you must also edit the triplet files in
# vcpkg-triplets to reflect the new target.
if(APPLE_MAC_OS)
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.13" CACHE STRING "macOS Deployment Target")
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15" CACHE STRING "macOS Deployment Target")
elseif(CMAKE_SYSTEM_NAME STREQUAL "iOS" OR CMAKE_SYSTEM_NAME STREQUAL "tvOS")
set(CMAKE_OSX_DEPLOYMENT_TARGET "12.0" CACHE STRING "iOS/tvOS Deployment Target")
set(CMAKE_XCODE_ATTRIBUTE_ONLY_ACTIVE_ARCH NO)
Expand Down

0 comments on commit 505e3e8

Please sign in to comment.