Commit acda563 1 parent da0b248 commit acda563 Copy full SHA for acda563
File tree 2 files changed +1
-6
lines changed
collision_detection_bullet
2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ add_subdirectory(version)
106
106
107
107
install (
108
108
TARGETS
109
+ collision_detector_bullet_plugin
109
110
moveit_butterworth_filter
110
111
moveit_collision_detection
111
112
moveit_collision_detection_bullet
Original file line number Diff line number Diff line change @@ -51,12 +51,6 @@ target_link_libraries(collision_detector_bullet_plugin
51
51
52
52
install (DIRECTORY include / DESTINATION include /moveit_core)
53
53
install (FILES ${CMAKE_CURRENT_BINARY_DIR} /moveit_collision_detection_bullet_export.h DESTINATION include /moveit_core)
54
- install (TARGETS moveit_collision_detection_bullet collision_detector_bullet_plugin EXPORT export_moveit_collision_detection_bullet
55
- LIBRARY DESTINATION lib
56
- ARCHIVE DESTINATION lib
57
- RUNTIME DESTINATION bin
58
- )
59
- ament_export_targets(export_moveit_collision_detection_bullet HAS_LIBRARY_TARGET)
60
54
61
55
if (BUILD_TESTING)
62
56
find_package (ament_cmake_gtest REQUIRED)
You can’t perform that action at this time.
0 commit comments