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)