mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-24 05:14:40 -04:00
shouldnt need the quotes
This commit is contained in:
parent
08ccb5422b
commit
2d13305dc5
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ elseif (GEODE_TARGET_PLATFORM STREQUAL "MacOS")
|
|||
endif()
|
||||
|
||||
# only exists as a global property
|
||||
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15")
|
||||
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.15)
|
||||
|
||||
target_link_libraries(${PROJECT_NAME} INTERFACE
|
||||
"-framework Cocoa"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue