From 4b6b380ce4faf64adeb19dffd806f8d170281878 Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Tue, 21 Sep 2021 20:44:16 +0200 Subject: [PATCH] Set macOS requirement to 10.14 to get c++17 working; fix this later --- cmake/SfizzConfig.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/SfizzConfig.cmake b/cmake/SfizzConfig.cmake index aa3a225a..715144a9 100644 --- a/cmake/SfizzConfig.cmake +++ b/cmake/SfizzConfig.cmake @@ -52,7 +52,7 @@ endif() # Set macOS compatibility level if(APPLE) - set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9") + set(CMAKE_OSX_DEPLOYMENT_TARGET "10.14") endif() # Do not define macros `min` and `max`