Skip to content

Commit a03befa

Browse files
committed
Correct OS X deployment setter
1 parent f003da4 commit a03befa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ set(FLUID_DOCS_PATH "" CACHE PATH "Optional path to flucoma-docs (needed for doc
2020

2121
if (APPLE)
2222
set(CMAKE_XCODE_GENERATE_SCHEME ON)
23-
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.8" STRING "")
23+
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.8" CACHE STRING "")
2424
# 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
2525
string(APPEND CMAKE_CXX_FLAGS " -stdlib=libc++")
2626
endif()

0 commit comments

Comments
 (0)