Skip to content

Commit

Permalink
Remove control_node target also from installation
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch authored and VinDp committed Mar 18, 2024
1 parent 6ac537a commit 6aa6d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ur_robot_driver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ add_executable(urscript_interface
ament_target_dependencies(urscript_interface ${${PROJECT_NAME}_EXPORTED_TARGETS} ${THIS_PACKAGE_INCLUDE_DEPENDS})

install(
TARGETS dashboard_client ur_ros2_control_node controller_stopper_node urscript_interface
TARGETS dashboard_client controller_stopper_node urscript_interface
DESTINATION lib/${PROJECT_NAME}
)

Expand Down

0 comments on commit 6aa6d57

Please sign in to comment.