summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/find_package/FromPATHEnvDebugPkg.cmake
Commit message (Collapse)AuthorAgeFilesLines
* find_package: Improve formatting of --debug-find outputBrad King2022-02-101-0/+5
| | | | Also spell out more complete content in the test's expect output.
* cmake: Add filtered debug-find optionsJohn Parent2021-12-171-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