Help needed: I have an indie license. How can I remove the "made with juce" when using CMake?

That’s the question, I haven’t found a way to remove the “made with JUCE” thing on my plugins when I use CMake on JUCE 6, despite having an indie license. How can I tell JUCE that I have a valid license?

1 Like

If your license terms allow, you may add
JUCE_DISPLAY_SPLASH_SCREEN=0 to your target_compile_definitions to hide the splashscreen.

5 Likes