cmake: add minimum macos version

This commit is contained in:
itsmattkc
2020-05-01 14:00:40 +10:00
parent be5e5042bd
commit baf954a4e0
+2
View File
@@ -75,6 +75,8 @@ if(APPLE)
MACOSX_BUNDLE_ICON_FILE olive.icns
RESOURCE "${OLIVE_ICON}"
)
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9")
endif()
# Set compiler definitions