File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ add_executable(dashboard_client
8484 src/dashboard_client_node.cpp
8585 src/urcl_log_handler.cpp
8686)
87- target_link_libraries (dashboard_client ${catkin_LIBRARIES} ur_client_library::urcl)
87+ target_link_libraries (dashboard_client ur_client_library::urcl)
8888ament_target_dependencies(dashboard_client ${${PROJECT_NAME} _EXPORTED_TARGETS} ${THIS_PACKAGE_INCLUDE_DEPENDS} )
8989
9090#
@@ -103,7 +103,7 @@ add_executable(robot_state_helper
103103 src/robot_state_helper.cpp
104104 src/robot_state_helper_node.cpp
105105)
106- target_link_libraries (robot_state_helper ${catkin_LIBRARIES} ur_client_library::urcl)
106+ target_link_libraries (robot_state_helper ur_client_library::urcl)
107107ament_target_dependencies(robot_state_helper ${${PROJECT_NAME} _EXPORTED_TARGETS} ${THIS_PACKAGE_INCLUDE_DEPENDS} )
108108
109109add_executable (urscript_interface
You can’t perform that action at this time.
0 commit comments