From 065c1fe0fdd7c808ca7bf0e43ca7e23687c5ee69 Mon Sep 17 00:00:00 2001 From: Adrian Insaurralde Date: Sat, 22 Mar 2025 12:06:11 -0300 Subject: [PATCH] Enable pcl by default on non windows systems --- cMake/FreeCAD_Helpers/InitializeFreeCADBuildOptions.cmake | 2 +- package/ubuntu/install-apt-packages.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cMake/FreeCAD_Helpers/InitializeFreeCADBuildOptions.cmake b/cMake/FreeCAD_Helpers/InitializeFreeCADBuildOptions.cmake index 4d860ffbcb..ebe6938865 100644 --- a/cMake/FreeCAD_Helpers/InitializeFreeCADBuildOptions.cmake +++ b/cMake/FreeCAD_Helpers/InitializeFreeCADBuildOptions.cmake @@ -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 diff --git a/package/ubuntu/install-apt-packages.sh b/package/ubuntu/install-apt-packages.sh index 7622a183a0..2fff06ea6e 100755 --- a/package/ubuntu/install-apt-packages.sh +++ b/package/ubuntu/install-apt-packages.sh @@ -33,6 +33,7 @@ packages=( libocct-visualization-dev libopencv-dev libproj-dev + libpcl-dev libpyside2-dev libqt5opengl5-dev libqt5svg5-dev