Skip to content

Commit

Permalink
[FIX] CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthou committed Jun 20, 2019
1 parent 7748cf5 commit 2d98e7c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ find_package(Qt5 COMPONENTS Core Gui Widgets PrintSupport)
## DEPENDS: system dependencies of this project that dependent projects also need
catkin_package(
INCLUDE_DIRS include
INCLUDE_DIRS include/mementar
LIBRARIES mementar_lib
CATKIN_DEPENDS roscpp rospy std_msgs
)
Expand Down Expand Up @@ -112,9 +111,9 @@ target_link_libraries(mementar_tree_lib
add_library(mementar_interface
src/RosInterface.cpp
)
target_link_libraries(mementar_interface
mementar_tree_lib
)
target_link_libraries(mementar_interface mementar_tree_lib)
target_link_libraries(mementar_interface ${catkin_LIBRARIES})
add_dependencies(mementar_interface ${catkin_EXPORTED_TARGETS} mementar_gencpp)

##############################
## Declare a C++ executable
Expand Down

0 comments on commit 2d98e7c

Please sign in to comment.