Add missing COMPONENTS of PCL

This commit is contained in:
Kentaro Wada 2017-08-10 18:03:00 +09:00 committed by Paul Bovbel
parent c370da8a48
commit 34c4131455

View File

@ -5,7 +5,7 @@ project(pcl_ros)
find_package(cmake_modules REQUIRED)
find_package(Boost REQUIRED COMPONENTS system filesystem thread)
find_package(Eigen3 REQUIRED)
find_package(PCL REQUIRED COMPONENTS core io surface)
find_package(PCL REQUIRED COMPONENTS core features filters io surface)
if(NOT "${PCL_LIBRARIES}" STREQUAL "")
# FIXME: this causes duplicates and not found error in ubuntu:zesty