commit 62a96ed52edd5faee0af16e6972430b12c6340d3
parent e5754b37100afa9f60b26f0ded9be7ba223f298c
Author: Hubert Figuière <hub@figuiere.net>
Date: Wed, 4 Jan 2023 19:43:41 -0500
Fix LV2 build
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
@@ -29,7 +29,7 @@ juce_add_plugin(SmartAmp
PLUGIN_CODE Sga3
FORMATS ${JUCE_FORMATS}
ProductName "SmartAmp"
- LV2_URI https://github.com/GuitarML/SmartAmp
+ LV2URI https://github.com/GuitarML/SmartAmp
ICON_BIG resources/logo.png
MICROPHONE_PERMISSION_ENABLED TRUE
)