update min macos version to 10.15

This commit is contained in:
Shawn Hoffman
2022-12-22 01:02:10 -08:00
parent d853da3b0b
commit c74f65426a
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ endif()
# Minimum OS X version.
# This is inserted into the Info.plist as well.
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.14.0" CACHE STRING "")
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15.0" CACHE STRING "")
set(CMAKE_USER_MAKE_RULES_OVERRIDE "CMake/FlagsOverride.cmake")