CMake Error at cMake/FreeCAD_Helpers/SetupPCL.cmake:11 (find_package):
By not providing “FindPCL.cmake” in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by “PCL”, but
CMake did not find one.
Could not find a package configuration file provided by “PCL” with any of
the following names:
PCLConfig.cmake
pcl-config.cmake
Add the installation prefix of “PCL” to CMAKE_PREFIX_PATH or set “PCL_DIR”
to a directory containing one of the above files. If “PCL” provides a
separate development package or SDK, be sure it has been installed.
Call Stack (most recent call first):
CMakeLists.txt:58 (SetupPCL)
Ubuntu uses something called libpcl-dev, but I see no equivalent in Manjaro.
They also suggest locating PCLConfig using ‘locate PCLConfig’ but there doesn’t seem to be any such file on my system.