Build: Set macOS deployment target to 10.14

This commit is contained in:
Connor McLaughlin
2020-10-31 14:29:11 +10:00
parent ed0777cd8d
commit 82e19f7188
2 changed files with 4 additions and 2 deletions

View File

@ -13,8 +13,8 @@ if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
set(SUPPORTS_WAYLAND TRUE)
endif()
# Set minimum OS version for macOS. 10.12 should work.
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.12.0" CACHE STRING "")
# Set minimum OS version for macOS. 10.14 should work.
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.14.0" CACHE STRING "")
# Global options.
if(NOT ANDROID)