Closed
Description
I'm trying since severals month to overcome the missing pugixml. The error occurs on both current git and 2.9.2
Since I'm on ArchLinux I would prefer to use system libs.
Describe the bug
CMake Error at source/adios2/toolkit/remote/CMakeLists.txt:12 (get_property):
get_property could not find TARGET pugixml. Perhaps it has not yet been
created.
To Reproduce
cmake -B build -S ADIOS2 \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_SKIP_RPATH=ON \
-DADIOS2_USE_EXTERNAL_DEPENDENCIES=ON \
-DADIOS2_HAVE_HDF5_VOL=OFF \
-DADIOS2_BUILD_EXAMPLES=OFF
Expected behavior
configure, make, make install
Desktop (please complete the following information):
- OS/Platform: ArchLinux
- Build: gcc 13.2.1
Metadata
Assignees
Labels
No labels