Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Avoid enabling languages in RunCMake.CommandLine -S and -B cases | Brad King | 2019-04-10 | 1 | -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 directories | Robert Maynard | 2018-09-15 | 1 | -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. |