mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-12-04 00:53:41 +08:00
Set the minimum Mac deployment version
Use 10.9, the first with libc++.
This commit is contained in:
parent
d3fd83df5c
commit
f66ce98a74
|
@ -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 New Issue
Block a user