From 0cea60895368736431e6b7dd60b8ed0977f62ea8 Mon Sep 17 00:00:00 2001 From: Timothy Schoen <44585538+timothyschoen@users.noreply.github.com> Date: Sat, 7 May 2022 22:57:36 +0200 Subject: [PATCH] Another cmake fix --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 245fe2542..1d4006f99 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -268,7 +268,6 @@ if(UNIX AND NOT APPLE) JUCE_MODAL_LOOPS_PERMITTED=1 JUCE_USE_XRENDER=1 CURL_STATICLIB=1 - NEEDS_CURL=1 ) target_link_libraries(PlugDataStandalone PUBLIC "-Wl,-export-dynamic") elseif(MSVC) @@ -320,7 +319,7 @@ set(libs PlugDataBinaryData juce::juce_audio_utils juce::juce_audio_plugin_client - juce::juce_opengl + curl ) if(MSVC)