mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 05:53:59 +00:00
Mac.cmake: set deployment target to 10.10 per new min requirement
This commit is contained in:
parent
4a3b954a48
commit
6fde56ff2d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue