summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-10-27 13:43:20 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-10-27 13:43:38 (GMT)
commit33d610a07695ca4716e376d7411845ccd894c6c0 (patch)
treeae5e3b5cda8c290c8fbd6f24f28a165512de3faf /Help
parent7d181917dec47ee0fe61e0c6119f3aeab88fd20b (diff)
parent7ecbe324b0ef02f63676f8431dbbbe8b4217f64f (diff)
downloadCMake-33d610a07695ca4716e376d7411845ccd894c6c0.zip
CMake-33d610a07695ca4716e376d7411845ccd894c6c0.tar.gz
CMake-33d610a07695ca4716e376d7411845ccd894c6c0.tar.bz2
Merge topic 'cmake-presets-workflow-arguments' into release-3.25
7ecbe324b0 cmake --workflow: add --fresh option 7d9aa0f00c cmake::Workflow: Refactor to use enum class argument 322193afcd cmake --workflow: print usage and exit on unrecognized argument 70aef29427 cmake --workflow: print usage message Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7825
Diffstat (limited to 'Help')
-rw-r--r--Help/manual/cmake.1.rst6
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
=========