summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CommandLine/S-implicit-differs-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Clarify RunCMake.CommandLine ExplicitDirs case namesBrad King2022-03-021-4/+0
|
* cmake: When given multiple source paths use last instead of firstRobert Maynard2022-02-171-0/+4
When given two source paths via `-S` or just directory paths prefer the last one. When the paths are mixed always prefer the last `-S` entry. Fixes: #23238