Skip to content

Commit

Permalink
moveit_ros/planning package doesn't really depend on Qt4
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
  • Loading branch information
Dmitry Rozhkov authored and davetcoleman committed Mar 12, 2017
1 parent 966c4bd commit 154f016
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion moveit_ros/perception/CMakeLists.txt
Expand Up @@ -75,7 +75,6 @@ include_directories(mesh_filter/include
${catkin_INCLUDE_DIRS}
)
include_directories(SYSTEM
${OpenCV_INCLUDE_DIRS}
${EIGEN3_INCLUDE_DIRS}
${GLEW_INCLUDE_DIR}
${GLUT_INCLUDE_DIR}
Expand Down
3 changes: 2 additions & 1 deletion moveit_ros/planning/CMakeLists.txt
Expand Up @@ -20,6 +20,7 @@ find_package(catkin REQUIRED COMPONENTS
tf
tf_conversions
)

find_package(PkgConfig REQUIRED)
pkg_search_module(EIGEN3 REQUIRED eigen3)

Expand Down Expand Up @@ -53,7 +54,7 @@ catkin_package(
moveit_planning_scene_monitor
moveit_collision_plugin_loader
INCLUDE_DIRS
${EIGEN3_INCLUDE_DIRS}
${EIGEN3_INCLUDE_DIRS}
${THIS_PACKAGE_INCLUDE_DIRS}
CATKIN_DEPENDS
pluginlib
Expand Down

0 comments on commit 154f016

Please sign in to comment.