Revert "Increased OSX target to 10.15.0"

This reverts commit 195b1fb2b9.
This commit is contained in:
vyuuui 2022-10-16 15:03:51 -07:00
parent 4b2eeee49a
commit 7532f5b3ec

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.15.0" CACHE STRING "")
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.14.0" CACHE STRING "")
set(CMAKE_USER_MAKE_RULES_OVERRIDE "CMake/FlagsOverride.cmake")