Skip to content

Commit 933726f

Browse files
committed
rebased
1 parent b26256f commit 933726f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

diagnostic_aggregator/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ target_link_libraries(${PROJECT_NAME} PUBLIC
3030
${std_msgs_TARGETS}
3131
pluginlib::pluginlib
3232
rclcpp::rclcpp
33+
rclcpp_components::component
3334
)
3435
target_compile_definitions(${PROJECT_NAME}
3536
PRIVATE "DIAGNOSTIC_AGGREGATOR_BUILDING_DLL")

diagnostic_aggregator/package.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@
2424
<build_depend>pluginlib</build_depend>
2525
<build_depend>rcl_interfaces</build_depend>
2626
<build_depend>rclcpp</build_depend>
27+
<build_depend>rclcpp_components</build_depend>
2728
<build_depend>std_msgs</build_depend>
2829

29-
<depend>rclcpp_components</depend>
3030
<depend>rclpy</depend>
31+
32+
<exec_depend>rclcpp_components</exec_depend>
3133

3234
<test_depend>ament_cmake_gtest</test_depend>
3335
<test_depend>ament_cmake_pytest</test_depend>

0 commit comments

Comments
 (0)