Skip to content

Commit

Permalink
Fix missing test_controller dependency to the test_hardware_spawner
Browse files Browse the repository at this point in the history
  • Loading branch information
saikishor committed Dec 3, 2024
1 parent d309b5d commit 59b4f63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controller_manager/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ if(BUILD_TESTING)
)
target_link_libraries(test_hardware_spawner
controller_manager
test_controller
ros2_control_test_assets::ros2_control_test_assets
)

Expand Down

0 comments on commit 59b4f63

Please sign in to comment.