applying CMake patch from @MaartenBent

This commit is contained in:
Stefan Csomor 2020-07-05 15:54:27 +02:00
parent 3e5b21e982
commit dedefa65c1
4 changed files with 2 additions and 19 deletions

View file

@ -29,7 +29,7 @@ endif()
if(APPLE AND NOT CMAKE_OSX_DEPLOYMENT_TARGET)
# If no deployment target has been set default to the minimum supported
# OS X version (this has to be set before the first project() call)
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.9 CACHE STRING "OS X Deployment Target")
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.10 CACHE STRING "OS X Deployment Target")
endif()
include(build/cmake/policies.cmake NO_POLICY_SCOPE)