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 eb073ea commit 911e89aCopy full SHA for 911e89a
1 file changed
CMakeLists.txt
@@ -188,11 +188,6 @@ target_link_libraries(pluginval PRIVATE
188
juce::juce_recommended_warning_flags
189
magic_enum)
190
191
-if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
192
- target_link_libraries(pluginval PRIVATE
193
- -static-libstdc++)
194
-endif()
195
-
196
# Embed the SDK's validator binary into pluginval
197
if(PLUGINVAL_VST3_VALIDATOR)
198
set(VSTVALIDATOR_HEADER "${CMAKE_BINARY_DIR}/generated/vstvalidator_data.h")
0 commit comments