summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CommandLine/Fresh.cmake
Commit message (Collapse)AuthorAgeFilesLines
* cmake: Add --fresh option to clear the cache and start from scratchBrad King2022-03-221-0/+18
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