Mac.cmake: set deployment target to 10.10 per new min requirement
This commit is contained in:
parent
4a3b954a48
commit
6fde56ff2d
@ -1,4 +1,4 @@
|
||||
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9" CACHE STRING "Minimum OS X deployment version")
|
||||
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.10" CACHE STRING "Minimum OS X deployment version")
|
||||
|
||||
# Code signing ID on Mac.
|
||||
# If this is falsey, codesigning is disabled.
|
||||
|
Loading…
x
Reference in New Issue
Block a user