Revert "Force set CMAKE_OSX_DEPLOYMENT_TARGET to 10.15"

This reverts commit ee48f0c9b3c15dd5d15bf7849816ad404315b037.
This commit is contained in:
LordGrey 2024-12-08 20:29:11 +01:00
parent fb434dc492
commit 30a40b24b5

View File

@ -176,7 +176,7 @@ endmacro()
if("${PLATFORM}" MATCHES "osx")
# specify the min version of the target platform (only GitHub Actions)
if(DEFINED ENV{GITHUB_WORKSPACE})
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.15 CACHE STRING "Minimum macOS version the build will be able to run on" FORCE)
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15")
endif()
# add specific prefix paths