I started to re-implement CMake Support in Boost::histogram, using mincmake and Boost conforming CMake configuration. Histogram depends directly on 8 Boost libraries, but indirectly on 29. I currently use boost_fetch, but it takes very long to fetch 29 libraries every time. Is there a way to speed this up? I think once a dependency was fetched, it shouldn't be re-fetched unless the user deletes the dependency directory.