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

Commit

Permalink
Make sure an overlayed OMPL is used instead of the ROS one.
Browse files Browse the repository at this point in the history
  • Loading branch information
dornhege committed Jun 3, 2015
1 parent 7de6e8e commit b888117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ompl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ include_directories(SYSTEM
${Boost_INCLUDE_DIRS})

include_directories(ompl_interface/include
${catkin_INCLUDE_DIRS}
${OMPL_INCLUDE_DIRS})
${OMPL_INCLUDE_DIRS}
${catkin_INCLUDE_DIRS})

link_directories(${OMPL_LIBRARY_DIRS})
link_directories(${catkin_LIBRARY_DIRS})
Expand Down

0 comments on commit b888117

Please sign in to comment.