Skip to content
This repository has been archived by the owner on Nov 13, 2017. It is now read-only.

Commit

Permalink
correctly reference octomap as a header dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn committed Jul 26, 2016
1 parent 9a6f201 commit 1159c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ catkin_package(
INCLUDE_DIRS
${EIGEN3_INCLUDE_DIRS}
${THIS_PACKAGE_INCLUDE_DIRS}
${OCTOMAP_INCLUDE_DIRS}
LIBRARIES
moveit_exceptions
moveit_background_processing
Expand Down Expand Up @@ -116,6 +115,7 @@ catkin_package(
DEPENDS
Boost
EIGEN3
OCTOMAP
console_bridge
urdfdom
urdfdom_headers
Expand Down

0 comments on commit 1159c4d

Please sign in to comment.