+ extend list of needed pcl components

This commit is contained in:
wmayer 2016-03-08 15:44:31 +01:00
parent 3df9df66d9
commit 3c1ab4bd9d

View File

@ -580,7 +580,7 @@ endif(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
#PCL needs to be found before boost because the PCLConfig also calls find_package(Boost ...),
#but with different components
if(FREECAD_USE_PCL)
find_package(PCL REQUIRED COMPONENTS common kdtree features surface io)
find_package(PCL REQUIRED COMPONENTS common kdtree features surface io filters segmentation sample_consensus)
endif(FREECAD_USE_PCL)
# -------------------------------- Boost --------------------------------