From 43c3b5c5ff992d9adc71221b271ddea0039ca25c Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Fri, 13 Dec 2024 19:26:24 +0000 Subject: [PATCH] Remove LibPack FLANN comment cMake/UseLibPack10x.cmake was removed in: 28f9c92851 ("Remove unused cMakes", 2022-02-22) --- cMake/FreeCAD_Helpers/InitializeFreeCADBuildOptions.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cMake/FreeCAD_Helpers/InitializeFreeCADBuildOptions.cmake b/cMake/FreeCAD_Helpers/InitializeFreeCADBuildOptions.cmake index fcb66a95e2..7cbf64d7bb 100644 --- a/cMake/FreeCAD_Helpers/InitializeFreeCADBuildOptions.cmake +++ b/cMake/FreeCAD_Helpers/InitializeFreeCADBuildOptions.cmake @@ -169,7 +169,7 @@ macro(InitializeFreeCADBuildOptions) if(MSVC) option(BUILD_FEM_NETGEN "Build the FreeCAD FEM module with the NETGEN mesher" ON) - option(FREECAD_USE_PCL "Build the features that use PCL libs" OFF) # 3/5/2021 current LibPack uses non-C++17 FLANN + option(FREECAD_USE_PCL "Build the features that use PCL libs" OFF) endif(MSVC) if(NOT MSVC) option(BUILD_FEM_NETGEN "Build the FreeCAD FEM module with the NETGEN mesher" OFF)