The target beman::execution should always be defined
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from bemanproject/execution
-
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
bemanproject/execution#247 · 1 comment · 3 reactions ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
bemanproject/execution#245 · 4 comments ·
-
Difficulty 4/5 3-5 days Newbie friendliness 48/100
bemanproject/execution#252 · 2 comments ·
-
Difficulty 3/5 1-2 days Newbie friendliness 25/100
bemanproject/execution#248 · 1 reaction ·
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
bemanproject/execution#207 · 7 comments ·
All issues in bemanproject/execution
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
google/libultrahdr#485 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
godotengine/godot#123776 ·
-
bug
Difficulty 1/5 Under an hour Newbie friendliness 60/100
-
good first issue
Difficulty 1/5 Under an hour Newbie friendliness 90/100
-
good first issue
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
ros2/common_interfaces#344 ·