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:39 (GMT)
commitab8801157917c574236ee472e864408405cb83cc (patch)
tree20ebd7ca40df3f65f53f209a2887b835a3f3f14f /Help
parent5eab7ea84bf2549eb14877fd148f54ecfb9e1b75 (diff)
parent7ecbe324b0ef02f63676f8431dbbbe8b4217f64f (diff)
downloadCMake-ab8801157917c574236ee472e864408405cb83cc.zip
CMake-ab8801157917c574236ee472e864408405cb83cc.tar.gz
CMake-ab8801157917c574236ee472e864408405cb83cc.tar.bz2
Merge topic 'cmake-presets-workflow-arguments'
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
=========