Skip to content

Commit 3fa8201

Browse files
committed
Fixed JUCE_CURL=0
1 parent 2180e2d commit 3fa8201

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
cmake_minimum_required(VERSION 3.15 FATAL_ERROR)
3333

34-
set (FGM_VERSION 1.4.0)
34+
set (FGM_VERSION 1.4.1)
3535

3636
project (foleys_gui_magic
3737
DESCRIPTION "PluginGuiMagic"

Examples/PlayerExample/CMakeLists.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@ target_compile_definitions(${PROJECT_NAME}
4646
FOLEYS_ENABLE_BINARY_DATA=1
4747
FOLEYS_SHOW_GUI_EDITOR_PALLETTE=1
4848
FOLEYS_SAVE_EDITED_GUI_IN_PLUGIN_STATE=0
49-
JUCE_WEB_BROWSER=0)
49+
JUCE_WEB_BROWSER=0
50+
JUCE_CURL=0)

modules/foleys_gui_magic/foleys_gui_magic.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
3535
ID: foleys_gui_magic
3636
vendor: Foleys Finest Audio
37-
version: 1.3.9
37+
version: 1.4.1
3838
name: Foleys GUI magic
3939
description: This module allows to create GUI with a drag and drop editor
4040
dependencies: juce_core, juce_audio_basics, juce_audio_devices, juce_audio_formats,

0 commit comments

Comments
 (0)