Skip to content

Commit

Permalink
CMakeLists.txt: JUCE_MODAL_LOOPS_PERMITTED=1
Browse files Browse the repository at this point in the history
  • Loading branch information
austrianAudioJV committed Oct 17, 2023
1 parent 01eca78 commit 2e35ba2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e35ba2

Please sign in to comment.