From 195b1fb2b97c9d2c33e51aa851850f1eb3804a67 Mon Sep 17 00:00:00 2001 From: sirmangler Date: Mon, 3 Oct 2022 12:07:24 +0100 Subject: [PATCH] Increased OSX target to 10.15.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 04bcdde4c2..5124dfbc81 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.14.0" CACHE STRING "") +set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15.0" CACHE STRING "") set(CMAKE_USER_MAKE_RULES_OVERRIDE "CMake/FlagsOverride.cmake")