mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 06:09:52 -06:00
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
6 lines
164 B
ReStructuredText
6 lines
164 B
ReStructuredText
cmake-fresh
|
|
-----------
|
|
|
|
* :manual:`cmake(1)` gained the ``--fresh`` command-line option to remove
|
|
any existing ``CMakeCache.txt`` when configuring a build tree.
|