mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +00:00
Revert "Fix built for newer than linked macOS warning"
This reverts commit 69ed2d1ca7
. It was never meant
to be merged.
This commit is contained in:
parent
35aa7636eb
commit
55b6d7cd74
1 changed files with 0 additions and 4 deletions
|
@ -1,7 +1,3 @@
|
|||
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…
Reference in a new issue