Use cmake_modules to help find eigen on indigo
This commit is contained in:
parent
e6430884c6
commit
1e6d600c09
@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 2.8)
|
||||
project(pcl_ros)
|
||||
|
||||
## Find system dependencies
|
||||
find_package(cmake_modules REQUIRED)
|
||||
find_package(Boost REQUIRED COMPONENTS system filesystem thread)
|
||||
find_package(Eigen REQUIRED)
|
||||
find_package(PCL REQUIRED)
|
||||
|
||||
@ -16,6 +16,7 @@
|
||||
|
||||
<buildtool_depend>catkin</buildtool_depend>
|
||||
|
||||
<build_depend>cmake_modules</build_depend>
|
||||
<build_depend>dynamic_reconfigure</build_depend>
|
||||
<build_depend>eigen</build_depend>
|
||||
<build_depend>nodelet</build_depend>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user