mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
Set the minimum Mac deployment version
Use 10.9, the first with libc++.
This commit is contained in:
parent
f6fc5afc59
commit
fbb0f79992
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ IF(POLICY CMP0067)
|
|||
CMAKE_POLICY(SET CMP0067 NEW)
|
||||
ENDIF()
|
||||
|
||||
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9" CACHE STRING "Minimum OS X deployment version")
|
||||
|
||||
PROJECT(fish)
|
||||
|
||||
# We are C++11.
|
||||
|
|
Loading…
Reference in a new issue