Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Clarify RunCMake.CommandLine ExplicitDirs case names | Brad King | 2022-03-02 | 1 | -4/+0 |
| | |||||
* | cmake: When given multiple source paths use last instead of first | Robert Maynard | 2022-02-17 | 1 | -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 |