Skip to content

Commit d944908

Browse files
sloretzSiddharth Kucheria
authored andcommitted
Remove non-package from ament_target_dependencies() (#793)
Signed-off-by: Shane Loretz <[email protected]>
1 parent d91d2ff commit d944908

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rclcpp_components/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ if(BUILD_TESTING)
6868
add_library(test_component SHARED test/components/test_component.cpp)
6969
ament_target_dependencies(test_component
7070
"class_loader"
71-
"rclcpp"
72-
"rclcpp_components")
71+
"rclcpp")
7372
#rclcpp_components_register_nodes(test_component "test_rclcpp_components::TestComponent")
7473
set(components "${components}test_rclcpp_components::TestComponentFoo;$<TARGET_FILE:test_component>\n")
7574
set(components "${components}test_rclcpp_components::TestComponentBar;$<TARGET_FILE:test_component>\n")

0 commit comments

Comments
 (0)