unified-memory-framework icon indicating copy to clipboard operation
unified-memory-framework copied to clipboard

vcpkg hwloc + linking it statically makes it install hwloc files among umf

Open lukaszstolarczuk opened this issue 1 year ago • 0 comments

When hwloc is installed on Windows via vcpkg and we enable UMF_LINK_HWLOC_STATICALLY=ON hwloc files (headers, etc.) are installed along our library.

Reproduction steps:

vcpkg install # all dependencies defined in our repo will be installed

mkdir build && cd build
cmake .. -DUMF_LINK_HWLOC_STATICALLY=ON
make install

We should check if this is an issue in our installation steps or perhaps missing a flag in vcpkg installation of hwloc or... something else 😉

Priority: low // found on my testing branch

lukaszstolarczuk avatar Aug 08 '24 11:08 lukaszstolarczuk