Enable pcl by default on non windows systems

This commit is contained in:
Adrian Insaurralde
2025-03-22 12:06:11 -03:00
committed by Benjamin Nauck
parent 5b882756a7
commit 065c1fe0fd
2 changed files with 2 additions and 1 deletions

View File

@@ -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