Skip to content

[jsk_topic_tools] Depends on roscpp and rostime explicitly #1124

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 14, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion jsk_topic_tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ cmake_minimum_required(VERSION 2.8.3)
project(jsk_topic_tools)

find_package(catkin REQUIRED COMPONENTS topic_tools message_generation roscpp rostest std_msgs std_srvs
rostime
nodelet tf
geometry_msgs
eigen_conversions
Expand All @@ -19,7 +20,7 @@ add_service_files(
generate_messages()
catkin_package(
DEPENDS
CATKIN_DEPENDS topic_tools message_runtime nodelet std_msgs std_srvs
CATKIN_DEPENDS topic_tools message_runtime nodelet std_msgs std_srvs roscpp rostime
INCLUDE_DIRS include
LIBRARIES jsk_topic_tools
CFG_EXTRAS nodelet.cmake
Expand Down
4 changes: 4 additions & 0 deletions jsk_topic_tools/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
<build_depend>tf</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>eigen_conversions</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>rostime</build_depend>
<run_depend>std_msgs</run_depend>
<run_depend>std_srvs</run_depend>
<run_depend>topic_tools</run_depend>
Expand All @@ -45,6 +47,8 @@
<run_depend>tf</run_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>eigen_conversions</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>rostime</run_depend>
<export>
<nodelet plugin="${prefix}/jsk_topic_tools_nodelet.xml"/>
</export>
Expand Down