mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
Fix built for newer than linked macOS warning
This commit is contained in:
parent
eaf8e73c42
commit
69ed2d1ca7
@ -1,3 +1,7 @@
|
||||
if (APPLE)
|
||||
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.10" CACHE STRING "Minimum OS X deployment version")
|
||||
endif()
|
||||
|
||||
if(EXISTS "${CMAKE_SOURCE_DIR}/corrosion-vendor/")
|
||||
add_subdirectory("${CMAKE_SOURCE_DIR}/corrosion-vendor/")
|
||||
else()
|
||||
|
Loading…
x
Reference in New Issue
Block a user