From 54bad8318e216a7e3be435706196193da185fab9 Mon Sep 17 00:00:00 2001 From: Mike Oliphant Date: Wed, 10 May 2023 12:37:53 -0700 Subject: [PATCH] fix install --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c6eeedf..7bd2b24 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,6 @@ configure_file(resources/neural_amp_modeler.ttl.in neural_amp_modeler.lv2/neural install (DIRECTORY neural_amp_modeler.lv2} DESTINATION /usr/lib/lv2 - DEPENDS copy_binaries ) set(CPACK_GENERATOR "DEB")