Skip to content

Commit

Permalink
CMake: Min macOS to 10.9
Browse files Browse the repository at this point in the history
(a) should already have been this 
(b) needed for `fmt`
  • Loading branch information
weefuzzy authored Sep 27, 2024
1 parent 4aa49e0 commit 68c40de
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 @@ -31,7 +31,7 @@ set(FLUID_DOCS_PATH "" CACHE PATH "Optional path to flucoma-docs (needed for doc
if (APPLE)
set(CMAKE_XCODE_GENERATE_SCHEME ON)
set(CMAKE_XCODE_SCHEME_EXECUTABLE "/Applications/Max.app")
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 68c40de

Please sign in to comment.