mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 20:31:19 -03: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:
committed by
David Adam
parent
35aa7636eb
commit
55b6d7cd74
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user