From 2631d4120a61082df9b6b209502a6ef3f85700ce Mon Sep 17 00:00:00 2001 From: reuk Date: Thu, 6 Aug 2020 20:56:33 +0100 Subject: [PATCH] CMake: Fix incorrect property name in gui app example project --- examples/CMake/GuiApp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/CMake/GuiApp/CMakeLists.txt b/examples/CMake/GuiApp/CMakeLists.txt index 2aceaca98e..19859cd42a 100644 --- a/examples/CMake/GuiApp/CMakeLists.txt +++ b/examples/CMake/GuiApp/CMakeLists.txt @@ -72,7 +72,7 @@ target_compile_definitions(GuiAppExample PRIVATE # JUCE_WEB_BROWSER and JUCE_USE_CURL would be on by default, but you might not need them. JUCE_WEB_BROWSER=0 # If you remove this, add `NEEDS_WEB_BROWSER TRUE` to the `juce_add_gui_app` call JUCE_USE_CURL=0 # If you remove this, add `NEEDS_CURL TRUE` to the `juce_add_gui_app` call - JUCE_APPLICATION_NAME_STRING="$" + JUCE_APPLICATION_NAME_STRING="$" JUCE_APPLICATION_VERSION_STRING="$") # If your target needs extra binary assets, you can add them here. The first argument is the name of