File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
joint_trajectory_controller_plugins Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,11 +52,11 @@ install(
5252
5353if (BUILD_TESTING)
5454 ament_add_gmock(test_load_pid_trajectory test /test_load_pid_trajectory.cpp)
55- target_link_libraries (test_load_pid_trajectory pid_trajectory_plugin pid_trajectory_plugin_parameters )
55+ target_link_libraries (test_load_pid_trajectory pid_trajectory_plugin)
5656 ament_target_dependencies(test_load_pid_trajectory ${THIS_PACKAGE_INCLUDE_DEPENDS} )
5757
5858 ament_add_gmock(test_pid_trajectory test /test_pid_trajectory.cpp)
59- target_link_libraries (test_pid_trajectory pid_trajectory_plugin pid_trajectory_plugin_parameters )
59+ target_link_libraries (test_pid_trajectory pid_trajectory_plugin)
6060 ament_target_dependencies(test_pid_trajectory ${THIS_PACKAGE_INCLUDE_DEPENDS} )
6161endif ()
6262
You can’t perform that action at this time.
0 commit comments