Skip to content
Snippets Groups Projects
Commit 08b9dac5 authored by Aurelie Clodic's avatar Aurelie Clodic
Browse files

[math/jrl-dynamics-urdf] patch-ab Add roscpp dependency for tests

Add roscpp dependency for tests (needed for xmlrcpp at this level)
parent 5a900e53
No related branches found
No related tags found
No related merge requests found
Add missing roscpp dependency (needed at this level for xmlrcpp)
--- tests/CMakeLists.txt.orig 2014-10-09 07:49:21.080796000 +0200
+++ tests/CMakeLists.txt 2014-10-09 08:05:09.825506000 +0200
@@ -23,4 +23,5 @@
ADD_EXECUTABLE(one_dof_revolute_x one_dof_revolute_x.cpp)
PKG_CONFIG_USE_DEPENDENCY(one_dof_revolute_x jrl-mal)
PKG_CONFIG_USE_DEPENDENCY(one_dof_revolute_x urdfdom_headers)
+PKG_CONFIG_USE_DEPENDENCY(one_dof_revolute_x roscpp)
TARGET_LINK_LIBRARIES(one_dof_revolute_x jrl-dynamics-urdf)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment