From 7532f5b3ec6f34efc39bf03973e2c7bead8b2456 Mon Sep 17 00:00:00 2001 From: vyuuui Date: Sun, 16 Oct 2022 15:03:51 -0700 Subject: [PATCH] Revert "Increased OSX target to 10.15.0" This reverts commit 195b1fb2b97c9d2c33e51aa851850f1eb3804a67. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5124dfbc81..04bcdde4c2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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")