Skip to content
Snippets Groups Projects
Commit 6c340c5b authored by Olivier Stasse's avatar Olivier Stasse
Browse files

[cmake] Add tf in the catkin package dependency.

This is necessary to include tf in the library to be linked with.
parent 58199807
No related branches found
No related tags found
No related merge requests found
...@@ -184,7 +184,7 @@ generate_messages( DEPENDENCIES std_msgs ) ...@@ -184,7 +184,7 @@ generate_messages( DEPENDENCIES std_msgs )
# This is necessary so that the pc file generated by catking is similar to the on # This is necessary so that the pc file generated by catking is similar to the on
# done directly by jrl-cmake-modules # done directly by jrl-cmake-modules
catkin_package(CATKIN_DEPENDS message_runtime roscpp realtime_tools bullet ${SOT_PKGNAMES} catkin_package(CATKIN_DEPENDS message_runtime roscpp realtime_tools bullet ${SOT_PKGNAMES} tf
LIBRARIES ros_bridge ros_interpreter sot_loader LIBRARIES ros_bridge ros_interpreter sot_loader
) )
......
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