From 890ad9120247c86114141f9eaf2103e697a0c122 Mon Sep 17 00:00:00 2001 From: Johannes Date: Sun, 8 May 2022 14:54:02 +0200 Subject: [PATCH] deactivate auto plugin copy during build --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7b8fbde..6467f8e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -85,7 +85,7 @@ juce_add_plugin("${PROJECT_NAME}" NEEDS_MIDI_OUTPUT FALSE # Does the plugin need midi output? IS_MIDI_EFFECT FALSE # Is this plugin a MIDI effect? EDITOR_WANTS_KEYBOARD_FOCUS FALSE # Does the editor need keyboard focus? - COPY_PLUGIN_AFTER_BUILD TRUE # Should the plugin be installed to a default location after building? + # COPY_PLUGIN_AFTER_BUILD TRUE # Should the plugin be installed to a default location after building? VST3_CATEGORIES "Analyzer" # VST3 Plugin Category )