Skip to content

CMakeLists.txt files consistency #1148

@Borbitsoft

Description

@Borbitsoft

Both the math CMakeLists.txt and mp11 CMakeLists.txt contain the super project version as a literal like:
project(boost_mp11 VERSION 1.92.0 LANGUAGES CXX)
while all other libs do it like:
project(boost_accumulators VERSION "${BOOST_SUPERPROJECT_VERSION}" LANGUAGES CXX)

Any particular reason why those 2 libs deviate from the general pattern ?
Otherwise there is a small improvement in the consistency of the CMakeLists.txt files to make.

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