Skip to content

Commit 0cea608

Browse files
committed
Another cmake fix
1 parent 150ea04 commit 0cea608

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ if(UNIX AND NOT APPLE)
268268
JUCE_MODAL_LOOPS_PERMITTED=1
269269
JUCE_USE_XRENDER=1
270270
CURL_STATICLIB=1
271-
NEEDS_CURL=1
272271
)
273272
target_link_libraries(PlugDataStandalone PUBLIC "-Wl,-export-dynamic")
274273
elseif(MSVC)
@@ -320,7 +319,7 @@ set(libs
320319
PlugDataBinaryData
321320
juce::juce_audio_utils
322321
juce::juce_audio_plugin_client
323-
juce::juce_opengl
322+
curl
324323
)
325324

326325
if(MSVC)

0 commit comments

Comments
 (0)