We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b26256f commit 933726fCopy full SHA for 933726f
2 files changed
diagnostic_aggregator/CMakeLists.txt
@@ -30,6 +30,7 @@ target_link_libraries(${PROJECT_NAME} PUBLIC
30
${std_msgs_TARGETS}
31
pluginlib::pluginlib
32
rclcpp::rclcpp
33
+ rclcpp_components::component
34
)
35
target_compile_definitions(${PROJECT_NAME}
36
PRIVATE "DIAGNOSTIC_AGGREGATOR_BUILDING_DLL")
diagnostic_aggregator/package.xml
@@ -24,10 +24,12 @@
24
<build_depend>pluginlib</build_depend>
25
<build_depend>rcl_interfaces</build_depend>
26
<build_depend>rclcpp</build_depend>
27
+ <build_depend>rclcpp_components</build_depend>
28
<build_depend>std_msgs</build_depend>
29
- <depend>rclcpp_components</depend>
<depend>rclpy</depend>
+
+ <exec_depend>rclcpp_components</exec_depend>
<test_depend>ament_cmake_gtest</test_depend>
<test_depend>ament_cmake_pytest</test_depend>
0 commit comments