Skip to content

Commit a3ec6a0

Browse files
sloretzJoshua Hampp
authored and
Joshua Hampp
committed
Remove non-package from ament_target_dependencies() (ros2#793)
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
1 parent 8e29469 commit a3ec6a0

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)