Set macOS Deployment Target to 10.13

It's the minimum that the latest Qt 5 supports
This commit is contained in:
WaluigiWare64 2021-03-01 13:12:02 +00:00 committed by GitHub
parent 41dd448e28
commit cb34032ac8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ if (POLICY CMP0076)
cmake_policy(SET CMP0076 NEW)
endif()
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9" CACHE STRING "Minimum OS X deployment version")
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.13" CACHE STRING "Minimum OS X deployment version")
project(melonDS CXX)