cmake --workflow: add --fresh option

Fixes: #24073
This commit is contained in:
Kyle Edwards
2022-10-25 11:13:35 -04:00
parent 7d9aa0f00c
commit 7ecbe324b0
7 changed files with 68 additions and 10 deletions

View File

@@ -1286,6 +1286,12 @@ The options are:
Lists the available workflow presets. The current working directory must
contain CMake preset files.
.. option:: --fresh
Perform a fresh configuration of the build tree.
This removes any existing ``CMakeCache.txt`` file and associated
``CMakeFiles/`` directory, and recreates them from scratch.
View Help
=========