Skip to content

accumulators library not usable when adding boost 1.82 as a submodule #39

@greg7mdp

Description

@greg7mdp

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions