Skip to content

Commit

Permalink
Add missing target dependencies to eigen_stl_containers (backport #3295
Browse files Browse the repository at this point in the history
…) (#3296)

(cherry picked from commit d88d19f)

Co-authored-by: Sebastian Castro <4603398+sea-bass@users.noreply.github.com>
Co-authored-by: sea-bass <sebas.a.castro@gmail.com>
  • Loading branch information
3 people authored Feb 2, 2025
1 parent ce42d73 commit c0f8742
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions moveit_core/collision_detection/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ ament_target_dependencies(${MOVEIT_LIB_NAME}
urdfdom
urdfdom_headers
visualization_msgs
eigen_stl_containers
tf2_eigen
geometric_shapes
OCTOMAP
Expand Down
1 change: 1 addition & 0 deletions moveit_core/distance_field/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ add_library(${MOVEIT_LIB_NAME} SHARED
set_target_properties(${MOVEIT_LIB_NAME} PROPERTIES VERSION "${${PROJECT_NAME}_VERSION}")
ament_target_dependencies(${MOVEIT_LIB_NAME}
Boost
eigen_stl_containers
urdfdom
urdfdom_headers
visualization_msgs
Expand Down
1 change: 1 addition & 0 deletions moveit_core/robot_model/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ ament_target_dependencies(${MOVEIT_LIB_NAME}
angles
moveit_msgs
Eigen3
eigen_stl_containers
geometric_shapes
urdf
urdfdom_headers
Expand Down
1 change: 1 addition & 0 deletions moveit_core/robot_state/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ add_library(${MOVEIT_LIB_NAME} SHARED
set_target_properties(${MOVEIT_LIB_NAME} PROPERTIES VERSION ${${PROJECT_NAME}_VERSION})
ament_target_dependencies(${MOVEIT_LIB_NAME}
urdf
eigen_stl_containers
tf2_geometry_msgs
geometric_shapes
urdfdom_headers
Expand Down

0 comments on commit c0f8742

Please sign in to comment.