We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f003da4 commit a03befaCopy full SHA for a03befa
CMakeLists.txt
@@ -20,7 +20,7 @@ set(FLUID_DOCS_PATH "" CACHE PATH "Optional path to flucoma-docs (needed for doc
20
21
if (APPLE)
22
set(CMAKE_XCODE_GENERATE_SCHEME ON)
23
- set(CMAKE_OSX_DEPLOYMENT_TARGET "10.8" STRING "")
+ set(CMAKE_OSX_DEPLOYMENT_TARGET "10.8" CACHE STRING "")
24
# 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
25
string(APPEND CMAKE_CXX_FLAGS " -stdlib=libc++")
26
endif()
0 commit comments