Skip to content

Commit

Permalink
Build: Update macOS deployment target to 11.2, matching Blender
Browse files Browse the repository at this point in the history
  • Loading branch information
brechtvl committed Jun 26, 2024
1 parent d6833e5 commit 046e458
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/cmake/detect_platform.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ if(APPLE)
endif()

if(NOT CMAKE_OSX_DEPLOYMENT_TARGET)
if("${CMAKE_OSX_ARCHITECTURES}" STREQUAL "arm64")
set(CMAKE_OSX_DEPLOYMENT_TARGET "11.0" CACHE STRING "" FORCE)
else()
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.13" CACHE STRING "" FORCE)
endif()
set(CMAKE_OSX_DEPLOYMENT_TARGET "11.2" CACHE STRING "" FORCE)
endif()
endif()

0 comments on commit 046e458

Please sign in to comment.