summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/find_program/EnvAndHintsDebugVar.cmake
Commit message (Collapse)AuthorAgeFilesLines
* 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