Description
Setting -DCCPP_VERBOSITY=n for n > 1 results in an invalid ccpp_capgen string
Steps to Reproduce
2025-06-03-dev-6
Please provide detailed steps for reproducing the issue.
- Invoke cmake from the top of the CCPP framework (so that include(cmake/ccpp_capgen.cmake) is executed).
- Invoke cmake with the added argument -DCCPP_VERBOSITY=2
- see the bug...
Description
Setting
-DCCPP_VERBOSITY=nforn > 1results in an invalid ccpp_capgen stringSteps to Reproduce
2025-06-03-dev-6
Please provide detailed steps for reproducing the issue.