mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
10.14 now
This commit is contained in:
parent
60b75ecd87
commit
916f540630
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ elseif (GEODE_TARGET_PLATFORM STREQUAL "MacOS")
|
|||
)
|
||||
|
||||
# only exists as a global property
|
||||
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.9)
|
||||
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.14)
|
||||
|
||||
target_link_libraries(${PROJECT_NAME} INTERFACE curl "-framework Cocoa")
|
||||
target_compile_options(${PROJECT_NAME} INTERFACE -fms-extensions #[[-Wno-deprecated]] -Wno-ignored-attributes -Os #[[-flto]] #[[-fvisibility=internal]])
|
||||
|
|
Loading…
Reference in a new issue