Skip to content

Commit 01aa6e8

Browse files
committed
Remove catkin libraries
1 parent 6987737 commit 01aa6e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ur_robot_driver/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)
8888
ament_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)
107107
ament_target_dependencies(robot_state_helper ${${PROJECT_NAME}_EXPORTED_TARGETS} ${THIS_PACKAGE_INCLUDE_DEPENDS})
108108

109109
add_executable(urscript_interface

0 commit comments

Comments
 (0)