moveit / moveit_ikfast

THIS REPO HAS MOVED TO https://github.com/ros-planning/moveit
12 stars 20 forks source link

Generated CMakeLists.txt has CATKIN_DEPENDS as DEPENDS #21

Closed gavanderhoorn closed 10 years ago

gavanderhoorn commented 10 years ago

From a generated CMakeLists.txt:

catkin_package(
  LIBRARIES
  DEPENDS
  moveit_core
  pluginlib
  roscpp
  tf_conversions
)

Shouldn't all the packages listed under DEPENDS really be CATKIN_DEPENDS?

isucan commented 10 years ago

They should be. Thanks for finding this!