From 6fc21959b7031b1241657a54a4343a5e1be5a498 Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Fri, 21 May 2021 20:39:10 +0200 Subject: [PATCH] cmake: do not build d_cairoui as ladspa --- examples/CairoUI/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/CairoUI/CMakeLists.txt b/examples/CairoUI/CMakeLists.txt index 1c98394c..9bd07f26 100644 --- a/examples/CairoUI/CMakeLists.txt +++ b/examples/CairoUI/CMakeLists.txt @@ -2,7 +2,7 @@ # ------------------------------ # dpf_add_plugin(d_cairoui - TARGETS jack ladspa dssi lv2 vst + TARGETS jack dssi lv2 vst UI_TYPE cairo FILES_DSP CairoExamplePlugin.cpp