From 095342f8bbd8160dcc37ac952d3688eee2d3cdc9 Mon Sep 17 00:00:00 2001 From: Fares Schulz Date: Fri, 13 Dec 2024 16:45:01 +0100 Subject: [PATCH] No more JUCE Splash Screen in this JUCE version. --- examples/juce-audio-plugin/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/juce-audio-plugin/CMakeLists.txt b/examples/juce-audio-plugin/CMakeLists.txt index 77484e9..fada98b 100644 --- a/examples/juce-audio-plugin/CMakeLists.txt +++ b/examples/juce-audio-plugin/CMakeLists.txt @@ -100,7 +100,6 @@ target_compile_definitions(${TARGET_NAME} JUCE_WEB_BROWSER=0 # If you remove this, add `NEEDS_WEB_BROWSER TRUE` to the `juce_add_plugin` call JUCE_USE_CURL=0 # If you remove this, add `NEEDS_CURL TRUE` to the `juce_add_plugin` call JUCE_VST3_CAN_REPLACE_VST2=0 - JUCE_DISPLAY_SPLASH_SCREEN=0 DONT_SET_USING_JUCE_NAMESPACE=1 # Backend-specific definitions