Skip to content

Commit

Permalink
Bump minimum macOS deployment target to 10.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Sep 21, 2023
1 parent 8bc8f95 commit 18d4aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validate_special_target.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function(report_bad_special_target)
endfunction()

if (NOT DESKTOP_APP_USE_PACKAGED)
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.12 CACHE STRING "Minimum macOS deployment version" FORCE)
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.13 CACHE STRING "Minimum macOS deployment version" FORCE)
if (NOT DEFINED CMAKE_OSX_ARCHITECTURES)
set(CMAKE_OSX_ARCHITECTURES "x86_64;arm64" CACHE STRING "Target macOS architectures" FORCE)
endif()
Expand Down

0 comments on commit 18d4aae

Please sign in to comment.