From 3c1ab4bd9d4d8503dd863b9590cce07c95675544 Mon Sep 17 00:00:00 2001 From: wmayer Date: Tue, 8 Mar 2016 15:44:31 +0100 Subject: [PATCH] + extend list of needed pcl components --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3deb8e13bf96..e53e47d334dd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 --------------------------------