Skip to content

The target beman::execution should always be defined #246

Description

@pdimov

Currently, the CMake target beman::execution is only defined when BEMAN_USE_MODULES is ON. This creates an inconvenience when consuming the library, because one needs to link to beman::execution when BEMAN_USE_MODULES is ON, and to beman::execution_headers otherwise. This shouldn't be the case; the main beman::execution target should always be defined, and should do the right thing in either mode. (That is, it should be equivalent to beman::execution_headers when BEMAN_USE_MODULES is OFF.)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions