From 119ff99f27e240744d4f651024e907bbce744a78 Mon Sep 17 00:00:00 2001 From: Michael Gregorius Date: Fri, 23 Oct 2015 19:29:10 +0200 Subject: [PATCH] Fixes the build location of the LADSPA effect plugin Removes the instruction to build the LADSPA effect plugin in the "plugins/ladspa" directory instead of the "plugins" directory where all other plugins are built. This change enables the usage of LADSPA plugins in development builds where the binary is started from the build directory. --- plugins/LadspaEffect/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/LadspaEffect/CMakeLists.txt b/plugins/LadspaEffect/CMakeLists.txt index 37a32ff24..80802ec35 100644 --- a/plugins/LadspaEffect/CMakeLists.txt +++ b/plugins/LadspaEffect/CMakeLists.txt @@ -1,5 +1,3 @@ -SET(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/ladspa") - IF(WANT_CAPS) ADD_SUBDIRECTORY(caps) ENDIF(WANT_CAPS)