diff --git a/CMakeLists.txt b/CMakeLists.txt index 0d2aac9..ba53cab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -110,6 +110,7 @@ target_compile_definitions(SharedCode JUCE_WEB_BROWSER=0 # If you set this to 1, add `NEEDS_WEB_BROWSER TRUE` to the `juce_add_plugin` call JUCE_USE_CURL=0 # If you set this to 1, add `NEEDS_CURL TRUE` to the `juce_add_plugin` call JUCE_VST3_CAN_REPLACE_VST2=0 + JUCE_MODAL_LOOPS_PERMITTED=1 # Uncomment if you are paying for a an Indie/Pro license or releasing under GPLv3 # JUCE_DISPLAY_SPLASH_SCREEN=0