Skip to content

Commit

Permalink
+ extend list of needed pcl components
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Mar 8, 2016
1 parent 3df9df6 commit 3c1ab4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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 --------------------------------
Expand Down

0 comments on commit 3c1ab4b

Please sign in to comment.