Skip to content

Commit 3108deb

Browse files
committed
CMake/macOS: upgrade minimum version to 10.15
This is consistent with the Makefile-based build system, which had this updated in eebdba8.
1 parent bb08494 commit 3108deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ if(CCACHE_PROGRAM)
5656

5757
set(CMAKE_EXPORT_COMPILE_COMMANDS true)
5858

59-
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.9)
59+
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.15)
6060

6161
include(GNUInstallDirs)
6262

0 commit comments

Comments
 (0)