Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmake: -S and -B can be used to specify source and build directories | Robert Maynard | 2018-09-15 | 1 | -0/+1 |
| | | | | | | 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. | ||||
* | Tests: Move more command line tests into RunCMake.CommandLine | Brad King | 2015-04-10 | 1 | -0/+10 |
Port most CMakeTestBadCommandLines test cases to RunCMake.CommandLine and drop the former test. Add validation of expected results, which was not done by the old test. |