Skip to content

Commit

Permalink
Merge pull request #522 from bulwahn/indigo-devel
Browse files Browse the repository at this point in the history
address gcc6 build error
  • Loading branch information
mikeferguson authored Jul 28, 2017
2 parents 99a9e17 + def48f8 commit 78e9bb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions move_slow_and_clear/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ find_package(Boost REQUIRED COMPONENTS thread)
include_directories(
include
${catkin_INCLUDE_DIRS}
SYSTEM
${EIGEN_INCLUDE_DIRS}
${PCL_INCLUDE_DIRS}
${EIGEN_INCLUDE_DIRS}
${PCL_INCLUDE_DIRS}
)
add_definitions(${EIGEN_DEFINITIONS})

Expand Down
1 change: 0 additions & 1 deletion navfn/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ find_package(PCL REQUIRED)
include_directories(
include
${catkin_INCLUDE_DIRS}
SYSTEM
${EIGEN_INCLUDE_DIRS}
${PCL_INCLUDE_DIRS}
)
Expand Down

0 comments on commit 78e9bb0

Please sign in to comment.