From bd6b12c3999b57b4531c93d6c7ed5484d9611565 Mon Sep 17 00:00:00 2001 From: Mike Oliphant Date: Thu, 9 Mar 2023 14:26:50 -0800 Subject: [PATCH] fixed binary copy deps --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 40dbcd5..c1c3cfd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,7 @@ add_subdirectory(src) # create neural_amp_modeler.lv2 add_custom_target(copy_binaries ALL ${CMAKE_COMMAND} -E copy "$" neural_amp_modeler.lv2/ - DEPENDS neural-amp-modeler + DEPENDS neural_amp_modeler ) configure_file(resources/manifest.ttl.in neural_amp_modeler.lv2/manifest.ttl)