Skip to content

Commit

Permalink
Clean CMake Eigen warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Anas Abou Allaban authored Mar 7, 2019
1 parent 4c5b268 commit 0bdc9ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ project(gpd)
find_package(catkin REQUIRED COMPONENTS cmake_modules eigen_conversions geometry_msgs message_generation roscpp
sensor_msgs std_msgs)

# Eigen3
find_package(Eigen3)

# PCL
find_package(PCL REQUIRED)
include_directories(${PCL_INCLUDE_DIRS})
Expand Down Expand Up @@ -136,7 +139,7 @@ generate_messages(DEPENDENCIES geometry_msgs sensor_msgs std_msgs)
catkin_package(
INCLUDE_DIRS include
CATKIN_DEPENDS cmake_modules eigen_conversions geometry_msgs message_runtime roscpp sensor_msgs std_msgs
DEPENDS Eigen OpenCV PCL
DEPENDS EIGEN3 OpenCV PCL
)

###########
Expand Down

0 comments on commit 0bdc9ac

Please sign in to comment.