mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-25 04:11:42 -04:00
try targetting 10.13 for macos
This commit is contained in:
parent
eda87da1a2
commit
7cc1cd46fd
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue