Skip to content

Commit

Permalink
Fixed JUCE_CURL=0
Browse files Browse the repository at this point in the history
  • Loading branch information
ffAudio committed Jul 27, 2023
1 parent 2180e2d commit 3fa8201
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

cmake_minimum_required(VERSION 3.15 FATAL_ERROR)

set (FGM_VERSION 1.4.0)
set (FGM_VERSION 1.4.1)

project (foleys_gui_magic
DESCRIPTION "PluginGuiMagic"
Expand Down
3 changes: 2 additions & 1 deletion Examples/PlayerExample/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ target_compile_definitions(${PROJECT_NAME}
FOLEYS_ENABLE_BINARY_DATA=1
FOLEYS_SHOW_GUI_EDITOR_PALLETTE=1
FOLEYS_SAVE_EDITED_GUI_IN_PLUGIN_STATE=0
JUCE_WEB_BROWSER=0)
JUCE_WEB_BROWSER=0
JUCE_CURL=0)
2 changes: 1 addition & 1 deletion modules/foleys_gui_magic/foleys_gui_magic.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
ID: foleys_gui_magic
vendor: Foleys Finest Audio
version: 1.3.9
version: 1.4.1
name: Foleys GUI magic
description: This module allows to create GUI with a drag and drop editor
dependencies: juce_core, juce_audio_basics, juce_audio_devices, juce_audio_formats,
Expand Down

0 comments on commit 3fa8201

Please sign in to comment.