Skip to content

Commit

Permalink
Find Eigen3 and not Eigen to compile cleanly on Kinetic (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-oquin committed Jul 2, 2017
1 parent d8f937e commit 2f683a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ find_package(catkin REQUIRED
tf_conversions
)

find_package(Eigen REQUIRED)
find_package(Eigen3 REQUIRED)
include_directories(
include
${Eigen_INCLUDE_DIRS}
${Eigen3_INCLUDE_DIRS}
${catkin_INCLUDE_DIRS}
)

Expand Down

0 comments on commit 2f683a3

Please sign in to comment.