From 2e35ba2f947d3813bce9413a899793889c000a91 Mon Sep 17 00:00:00 2001 From: Jay Vaughan Date: Tue, 17 Oct 2023 15:24:37 +0200 Subject: [PATCH] CMakeLists.txt: JUCE_MODAL_LOOPS_PERMITTED=1 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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