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

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

5 Likes