From 3476f433a9e01277115916b1575ef0e324a1805b Mon Sep 17 00:00:00 2001 From: Servando German Serrano Date: Fri, 4 Mar 2022 13:14:51 +0000 Subject: [PATCH] remove unexistent library Signed-off-by: Servando German Serrano --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4cc7fa4..272a432 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,6 @@ generate_dynamic_reconfigure_options( catkin_package( INCLUDE_DIRS include - LIBRARIES ${PROJECT_NAME} CATKIN_DEPENDS roscpp sensor_msgs std_msgs dynamic_reconfigure serial teraranger_array DEPENDS Boost )