Skip to content

Commit

Permalink
Find Eigen3 and not Eigen to compile cleanly on Kinetic (utexas-bwi#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-oquin authored and dkati committed Aug 21, 2017
1 parent 7dfe8dc commit daf993e
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 @@ -18,10 +18,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 daf993e

Please sign in to comment.