Skip to content

Commit

Permalink
Merge pull request #69 from piraka9011/master
Browse files Browse the repository at this point in the history
Clean CMake Eigen warnings
  • Loading branch information
atenpas authored Mar 25, 2019
2 parents 4c5b268 + 0bdc9ac commit 8409ded
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 8409ded

Please sign in to comment.