Skip to content

Commit 1c4511e

Browse files
committed
fix mac build
1 parent c16bea1 commit 1c4511e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,6 @@ target_compile_definitions (${PLUGIN_NAME} PRIVATE
182182
)
183183

184184
if (APPLE)
185-
set_target_properties("juce_vst3_helper" PROPERTIES XCODE_ATTRIBUTE_CLANG_LINK_OBJC_RUNTIME NO)
186-
187185
foreach(t ${FORMATS} "Assets" "All" "")
188186
set(tgt ${CMAKE_PROJECT_NAME})
189187
if (NOT t STREQUAL "")

0 commit comments

Comments
 (0)