Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmake: In -P mode ignore flags like `--version` after `--` | Robert Maynard | 2022-07-22 | 1 | -2/+3 |
| | | | | Fixes: #21031 | ||||
* | cmake: Add --fresh option to clear the cache and start from scratch | Brad King | 2022-03-22 | 1 | -2/+3 |
| | | | | | | | Simplify the workflow to re-run CMake from scratch as if a build tree were never before processed, regardless of whether it has been. Fixes: #23119 | ||||
* | cmake: Improve acceptance of arbitrary arguments in -P script mode | Brad King | 2022-03-17 | 1 | -0/+8 |
The fix in commit e4f1b301fe (cmake: Allow arbitrary args passed to CMake script, 2020-05-04, v3.18.0-rc1~211^2) only applied to "cache" arguments like `-DFOO`. Extend the fix to allow arbitrary arguments that collide with other CMake arguments like `-S` and `-B`. |