When using boost 1.82 as a submodule (add_subdirectory(boost)), I can use the boost libraries successfully, except for accumulators.
When I try adding the dependency to Boost::accumulators, I have:
CMake Error at libraries/boost/libs/accumulators/CMakeLists.txt:15 (target_link_libraries):
The link interface of target "boost_accumulators" contains:
Boost::numeric_ublas
but the target was not found. Possible reasons include:
* There is a typo in the target name.
* A find_package call is missing for an IMPORTED target.
* An ALIAS target is missing.