Revert: Enable pcl by default on non windows systems #20372
This commit is contained in:
committed by
Adrián Insaurralde Avalos
parent
3fcadd01f5
commit
c4ce2fb44a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user