From 58f9985ba779cbf733f78a720060ff0225f0156d Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch Date: Thu, 5 Jul 2018 21:40:46 +0200 Subject: Bump minimal deployment target for OSX to 10.9 to avoid deprecation warning while linking --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ba105b8..1e0fb55 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,7 +36,7 @@ if (use_sqlite3) set(sqlite3 "1" CACHE INTERNAL "used in settings.h") endif() -set(MACOS_VERSION_MIN 10.5) +set(MACOS_VERSION_MIN 10.9) if (use_libclang) set(clang "1" CACHE INTERNAL "used in settings.h") find_package(LLVM CONFIG REQUIRED) -- cgit v0.12