Set the deploy target version to 10.15 of deps

Change-Id: I50c0ff6f306aaa039fa76ae601331fedb541b13a
This commit is contained in:
lane.wei 2022-09-12 22:07:53 +08:00 committed by Lane.Wei
parent 9adf67f095
commit 1c1e5f8ef8
1 changed files with 1 additions and 0 deletions

1
deps/CMakeLists.txt vendored
View File

@ -117,6 +117,7 @@ if (MSVC)
endif ()
elseif (APPLE)
message("OS X SDK Path: ${CMAKE_OSX_SYSROOT}")
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15" CACHE STRING "Minimum OS X deployment version" FORCE)
if (CMAKE_OSX_DEPLOYMENT_TARGET)
set(DEP_OSX_TARGET "${CMAKE_OSX_DEPLOYMENT_TARGET}")
message("OS X Deployment Target: ${DEP_OSX_TARGET}")