gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit 920269ca20820eb2b10446eeb846bc9c508519db
parent 62001f350829223674d1b64e68b512840fa5160f
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Thu, 27 Jan 2022 23:42:54 +0100

fix dark skin being built even if juce plugin build skipped

Diffstat:
MCMakeLists.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -43,7 +43,6 @@ if(${PROJECT_NAME}_BUILD_JUCEPLUGIN) endif() install(TARGETS jucePlugin_VST3 LIBRARY DESTINATION /usr/local/lib/vst3/ COMPONENT VST3) endif() - endif() if(MSVC OR APPLE) if(JUCE_GLOBAL_VST2_SDK_PATH) @@ -59,6 +58,7 @@ if(${PROJECT_NAME}_BUILD_JUCEPLUGIN) endif() install(TARGETS jucePlugin_Dark_VST3 LIBRARY DESTINATION /usr/local/lib/vst3/ COMPONENT VST3) endif() +endif() # ----------------- Test Console