Enable pcl by default on non windows systems
This commit is contained in:
committed by
Benjamin Nauck
parent
5b882756a7
commit
065c1fe0fd
@@ -178,7 +178,7 @@ macro(InitializeFreeCADBuildOptions)
|
||||
endif(MSVC)
|
||||
if(NOT MSVC)
|
||||
option(BUILD_FEM_NETGEN "Build the FreeCAD FEM module with the NETGEN mesher" OFF)
|
||||
option(FREECAD_USE_PCL "Build the features that use PCL libs" OFF)
|
||||
option(FREECAD_USE_PCL "Build the features that use PCL libs" ON)
|
||||
endif(NOT MSVC)
|
||||
|
||||
# if this is set override some options
|
||||
|
||||
@@ -33,6 +33,7 @@ packages=(
|
||||
libocct-visualization-dev
|
||||
libopencv-dev
|
||||
libproj-dev
|
||||
libpcl-dev
|
||||
libpyside2-dev
|
||||
libqt5opengl5-dev
|
||||
libqt5svg5-dev
|
||||
|
||||
Reference in New Issue
Block a user