on latest HEAD I'm getting
CMake Warning at /usr/lib64/cmake/vtk/VTK-vtk-module-find-packages.cmake:2718 (find_package):
By not providing "Findpugixml.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "pugixml", but
CMake did not find one.
Could not find a package configuration file provided by "pugixml" with any
of the following names:
pugixmlConfig.cmake
pugixml-config.cmake
Add the installation prefix of "pugixml" to CMAKE_PREFIX_PATH or set
"pugixml_DIR" to a directory containing one of the above files. If
"pugixml" provides a separate development package or SDK, be sure it has
been installed.
Call Stack (most recent call first):
/usr/lib64/cmake/vtk/vtk-config.cmake:150 (include)
cMake/FreeCAD_Helpers/SetupSalomeSMESH.cmake:53 (find_package)
CMakeLists.txt:58 (SetupSalomeSMESH)
Pinned Comments
adrianinsaval commented on 2023-03-12 14:50 (UTC)
If the check fails there is little I can do about it as it most likely needs to be fixed upstream, in such cases report those upstream (maybe wait a day or two as sometimes it's quickly solved upstream) or skip the check with
makepkg --nocheck
if you don't care about the functionality that is being reported as failing in the check.