DUNE-DAQ / DUNE-DAQ/snbmodules
`CMakeLists.txt` should be standardized
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 1
- Forks
- 1
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
Things like:
-Removal of the nonstandard set(INCLUDE_DIR "include/snbmodules/")
-Removal of variables which don't get used (e.g., tests)
-Adding build of code currently ignored (like the executables in test/apps, unless we want to get rid of that code entirely)
Contributor guide
No contributing guide indexed for this repository
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.
Research direction
Start with CMakeLists.txt and inspect how INCLUDE_DIR, the unused tests variable, and existing test/apps executables are referenced. Compare the current build entries with the source layout before deciding which items should be removed or built. Done means the CMake configuration is standardized, unused variables are removed, and the intended test/apps code is included or explicitly excluded.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, cpp
- Domain
- build-system
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100