shouldnt need the quotes

This commit is contained in:
ConfiG 2024-06-28 23:14:59 +03:00 committed by GitHub
parent 08ccb5422b
commit 2d13305dc5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"