Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Verify RunCMake.CommandLine ExplicitDirs source/build dirs | Brad King | 2022-03-02 | 1 | -0/+3 |
| | |||||
* | Tests: Update RunCMake.CommandLine to avoid duplicate custom commands | Brad King | 2020-09-01 | 1 | -5/+16 |
| | | | | | This test does not need to have the same custom command output generated by multiple independent targets. Revise the test to avoid that. | ||||
* | 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. |