try targetting 10.13 for macos

This commit is contained in:
mat 2023-08-29 22:03:45 -03:00 committed by GitHub
parent eda87da1a2
commit 7cc1cd46fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ elseif (GEODE_TARGET_PLATFORM STREQUAL "MacOS")
set(CMAKE_OSX_ARCHITECTURES "x86_64")
# only exists as a global property
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.14)
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.13)
find_package(CURL REQUIRED)