Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

The target beman::execution should always be defined

Open Beginner friendly
#246 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
72/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Quiet
Tech stack
cmake, cpp
Domain
build-system

Research direction

Start by reading the CMake configuration that defines the beman::execution and beman::execution_headers targets, comparing the BEMAN_USE_MODULES ON and OFF paths. Make beman::execution available in both modes with the stated equivalent behavior, then verify that consumers can link the same target under either configuration.

Written by the indexing model from the issue text.

Description

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.)

Dominant language
C++
Stars
150
Forks
23
Avg merge
3d 5h
Merged PRs (30d)
9

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from bemanproject/execution

All issues in bemanproject/execution

Similar issues

More C++ issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.