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 )