Skip to content

Commit

Permalink
Merge pull request moveit#630 from v4hn/pr-kinetic-benchmarks-include…
Browse files Browse the repository at this point in the history
…-order

benchmarks: always prefer local header over system installations
  • Loading branch information
jrgnicho authored Oct 16, 2017
2 parents 1b3c84a + 973d590 commit 6d75391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moveit_ros/benchmarks/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ catkin_package(
INCLUDE_DIRS ${CMAKE_CURRENT_LIST_DIR}/include
)

include_directories(${catkin_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} ${CMAKE_CURRENT_LIST_DIR}/include)
include_directories(${CMAKE_CURRENT_LIST_DIR}/include ${catkin_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} )
link_directories(${catkin_LIBRARY_DIRS})

add_library(${MOVEIT_LIB_NAME} src/BenchmarkOptions.cpp
Expand Down

0 comments on commit 6d75391

Please sign in to comment.