Skip to content

Commit

Permalink
[CMake] add build depend on cmake_modules
Browse files Browse the repository at this point in the history
Backport moveit#1161

Fix moveit#1154. The only CMakeLists.txt which didn't have a build_depend
and used cmake_modules:

    planning/planning_request_adapter_plugins/CMakeLists.txt:  cmake_modules
  • Loading branch information
moriarty committed Oct 26, 2018
1 parent e855e7f commit 6012ff2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions moveit_ros/planning/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<build_depend>moveit_ros_perception</build_depend>
<build_depend version_gte="1.10.4">pluginlib</build_depend>
<build_depend>actionlib</build_depend>
<build_depend>cmake_modules</build_depend>
<build_depend>dynamic_reconfigure</build_depend>
<build_depend>angles</build_depend>
<build_depend>eigen</build_depend>
Expand Down

0 comments on commit 6012ff2

Please sign in to comment.