Skip to content

Commit

Permalink
Move the MacOS minimum back to 10.13
Browse files Browse the repository at this point in the history
- this kicks in ghc filesystem
- but thats ok. Tests check out
  • Loading branch information
baconpaul committed Jan 22, 2025
1 parent 39a28c2 commit 1026443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.28)

set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>: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)


Expand Down

0 comments on commit 1026443

Please sign in to comment.