summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CommandLine/ExplicitDirs
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Avoid enabling languages in RunCMake.CommandLine -S and -B casesBrad King2019-04-101-1/+2
| | | | | The test project does not compile any sources and so does not need to enable any languages.
* cmake: -S and -B can be used to specify source and build directoriesRobert Maynard2018-09-151-0/+8
Document the previously internal option of '-B' and provide a matching source directory option with '-S'. Both '-B', and '-S' can be used independently of each other.