Skip to content

Commit

Permalink
Another cmake fix
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyschoen committed May 7, 2022
1 parent 150ea04 commit 0cea608
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -320,7 +319,7 @@ set(libs
PlugDataBinaryData
juce::juce_audio_utils
juce::juce_audio_plugin_client
juce::juce_opengl
curl
)

if(MSVC)
Expand Down

0 comments on commit 0cea608

Please sign in to comment.