summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/CommandLine/debug-trycompile-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* try_compile: Report build dir with --debug-trycompileMatthew Woehlke2022-10-061-0/+11
When `--debug-trycompile` is enabled, issue a log (with trace) for every `try_compile` noting what directory is being used for the compilation. This will make it easier to find the corresponding artifacts. Closes: #24022