diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2022-10-25 15:13:35 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2022-10-26 16:01:25 (GMT) |
commit | 7ecbe324b0ef02f63676f8431dbbbe8b4217f64f (patch) | |
tree | ccf713a19358c59cf7cb3a370079b2c5b1764e52 /Help | |
parent | 7d9aa0f00cd9f7c2ed3d0c710090e9901c4430e9 (diff) | |
download | CMake-7ecbe324b0ef02f63676f8431dbbbe8b4217f64f.zip CMake-7ecbe324b0ef02f63676f8431dbbbe8b4217f64f.tar.gz CMake-7ecbe324b0ef02f63676f8431dbbbe8b4217f64f.tar.bz2 |
cmake --workflow: add --fresh option
Fixes: #24073
Diffstat (limited to 'Help')
-rw-r--r-- | Help/manual/cmake.1.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst index 35bd05f..b31ad11 100644 --- a/Help/manual/cmake.1.rst +++ b/Help/manual/cmake.1.rst @@ -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 ========= |