From 8ceb86e294c626967fcbcedb5b0aaab88cf1700e Mon Sep 17 00:00:00 2001 From: randymcmillan Date: Mon, 8 Jul 2024 11:55:23 -0400 Subject: [PATCH] CMakeLists.txt: set(MAC_OS_X_VERSION_MIN_ALLOWED 100700) --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7c32c16..ae83f4f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -102,6 +102,7 @@ set(CMAKE_C_VISIBILITY_PRESET hidden) if(APPLE) set(CMAKE_OSX_DEPLOYMENT_TARGET 10.7) + set(MAC_OS_X_VERSION_MIN_ALLOWED 100700) endif() #