Skip to content

Commit

Permalink
CMake: Min macOS to 10.9
Browse files Browse the repository at this point in the history
Belated change, now necessary (`libfmt` needs it, but should have been changed ages ago)
  • Loading branch information
weefuzzy committed Sep 27, 2024
1 parent aa4f560 commit 3f49032
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
Expand Up @@ -26,7 +26,7 @@ if(hasParent)
endif()

if(APPLE)
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.8" CACHE STRING "")
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9" CACHE STRING "")
#A consequence of targetting 10.8. Needs to be set globally from 10.15 onwards in order for the test program to compile successfully during configure
string(APPEND CMAKE_CXX_FLAGS " -stdlib=libc++")
endif()
Expand Down

0 comments on commit 3f49032

Please sign in to comment.