Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Message log level tests must fail on unwanted output | Craig Scott | 2019-10-12 | 1 | -1/+1 |
| | | | | | | The previous regular expressions were allowing output from lower log levels. The tests still pass after these changes but will now catch regressions (previously they would not have). | ||||
* | CLI: Rename --loglevel to --log-level for naming consistency | Craig Scott | 2019-10-10 | 1 | -0/+1 |
Other multi-word command line options use hyphens to separate the words, so the --loglevel option introduced in CMake 3.15 was inconsistent in this regard. Rename it to --log-level but still support the original --loglevel name to preserve backward compatibility. |