From ea264ee4f249db5827cf3a2de4a9258ab296b8eb Mon Sep 17 00:00:00 2001 From: aandriella <aandriella@iri.upc.edu> Date: Fri, 22 Jun 2018 16:20:50 +0000 Subject: [PATCH] adding libraries path into libraries catkin paths --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ac8cf4b..e3c2652 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -86,7 +86,7 @@ find_package(Boost REQUIRED COMPONENTS system thread) ## DEPENDS: system dependencies of this project that dependent projects also need catkin_package( INCLUDE_DIRS include -# LIBRARIES ${PROJECT_NAME} + LIBRARIES ${PROJECT_NAME} CATKIN_DEPENDS roscpp dynamic_reconfigure diagnostic_updater # DEPENDS system_lib DEPENDS Boost -- GitLab