Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | find_package: Improve formatting of --debug-find output | Brad King | 2022-02-10 | 1 | -0/+5 |
| | | | | Also spell out more complete content in the test's expect output. | ||||
* | cmake: Add filtered debug-find options | John Parent | 2021-12-17 | 1 | -0/+31 |
Add a `--debug-find-pkg=` option to debug find calls for specific packages. Add a `--debug-find-var=` option to debug find calls for specific return variables. Fixes: #21880 |