Skip to content

Commit

Permalink
Bisection attempt 1: Roll back move group changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass committed Feb 4, 2025
1 parent 788e95d commit 2ab36d5
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions moveit_ros/move_group/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ install(

install(
TARGETS
moveit_move_group_default_capabilities
moveit_move_group_capabilities_base
EXPORT export_${PROJECT_NAME}
LIBRARY DESTINATION lib
Expand All @@ -89,16 +90,6 @@ install(
INCLUDES DESTINATION include
)

install(
TARGETS
moveit_move_group_default_capabilities
EXPORT moveit_move_group_default_capabilitiesTargets
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib
RUNTIME DESTINATION bin
INCLUDES DESTINATION include
)

install(DIRECTORY include/ DESTINATION include)

ament_export_targets(export_${PROJECT_NAME} HAS_LIBRARY_TARGET)
Expand Down

0 comments on commit 2ab36d5

Please sign in to comment.