From 3108deb7cc53728a3d4380eea667662ee96fce86 Mon Sep 17 00:00:00 2001 From: Michael Tautschnig Date: Fri, 25 Mar 2022 21:13:39 +0000 Subject: [PATCH] CMake/macOS: upgrade minimum version to 10.15 This is consistent with the Makefile-based build system, which had this updated in eebdba8f3. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 281c306b7ee..8945f9429c6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,7 +56,7 @@ if(CCACHE_PROGRAM) set(CMAKE_EXPORT_COMPILE_COMMANDS true) -set(CMAKE_OSX_DEPLOYMENT_TARGET 10.9) +set(CMAKE_OSX_DEPLOYMENT_TARGET 10.15) include(GNUInstallDirs)