+ extend list of needed pcl components
This commit is contained in:
parent
3df9df66d9
commit
3c1ab4bd9d
|
@ -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 ...),
|
#PCL needs to be found before boost because the PCLConfig also calls find_package(Boost ...),
|
||||||
#but with different components
|
#but with different components
|
||||||
if(FREECAD_USE_PCL)
|
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)
|
endif(FREECAD_USE_PCL)
|
||||||
|
|
||||||
# -------------------------------- Boost --------------------------------
|
# -------------------------------- Boost --------------------------------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user