Skip to content

Commit

Permalink
fix indigo moveit_kinematics Eigen3 dependency (moveit#470)
Browse files Browse the repository at this point in the history
fix moveit_kinematics Eigen3 dependency in catkin_package
  • Loading branch information
YuehChuan authored and v4hn committed Apr 20, 2017
1 parent ed3ce6b commit cf853d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion moveit_kinematics/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,13 @@ set(THIS_PACKAGE_INCLUDE_DIRS
catkin_package(
LIBRARIES
INCLUDE_DIRS
${EIGEN3_INCLUDE_DIRS}
${THIS_PACKAGE_INCLUDE_DIRS}
CATKIN_DEPENDS
pluginlib
moveit_core
moveit_ros_planning
DEPENDS
EIGEN3
)

include_directories(${THIS_PACKAGE_INCLUDE_DIRS}
Expand Down

0 comments on commit cf853d5

Please sign in to comment.