Fix built for newer than linked macOS warning

This commit is contained in:
Henrik Hørlück Berg 2023-07-03 16:43:14 +02:00 committed by ridiculousfish
parent eaf8e73c42
commit 69ed2d1ca7

View File

@ -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()