Skip to content

Commit

Permalink
Set the deploy target version to 10.15 of deps
Browse files Browse the repository at this point in the history
Change-Id: I50c0ff6f306aaa039fa76ae601331fedb541b13a
  • Loading branch information
lanewei120 committed Sep 13, 2022
1 parent 9adf67f commit 1c1e5f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit 1c1e5f8

Please sign in to comment.