Revert: Enable pcl by default on non windows systems #20372

This commit is contained in:
marcuspollio
2025-04-25 15:38:12 +02:00
committed by Adrián Insaurralde Avalos
parent 18c43d9c91
commit bf9f6fed1d

View File

@@ -180,7 +180,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" ON)
option(FREECAD_USE_PCL "Build the features that use PCL libs" OFF)
endif(NOT MSVC)
# if this is set override some options