Allow build with distro libraries
Opened this issue · 1 comments
papoteur-mga commented
Building dm-tree
from source needs to download at build time pybind11
. However, distros prohibit any download at build time, thus the build fails. The build does not use the library provided by the distro.
Probably abseil-cpp
is in the same case.
Could the cmake configuration check if these libraries are already installed and uses them in that case?