From 1026443bcc647c9884326b52dfd6f550449fe578 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Tue, 21 Jan 2025 19:21:22 -0500 Subject: [PATCH] Move the MacOS minimum back to 10.13 - this kicks in ghc filesystem - but thats ok. Tests check out --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b13170c..535e4e1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.28) set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$:Debug>") -set(CMAKE_OSX_DEPLOYMENT_TARGET 10.15 CACHE STRING "Build for 10.15") +set(CMAKE_OSX_DEPLOYMENT_TARGET 10.13 CACHE STRING "Build for 10.15") set(CMAKE_POSITION_INDEPENDENT_CODE ON)