summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CommandLine/P_arbitrary_args-stdout.txt
Commit message (Collapse)AuthorAgeFilesLines
* cmake: In -P mode ignore flags like `--version` after `--`Robert Maynard2022-07-221-2/+3
| | | | Fixes: #21031
* cmake: Add --fresh option to clear the cache and start from scratchBrad King2022-03-221-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 modeBrad King2022-03-171-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`.