Skip to content

Commit 3e57c10

Browse files
committed
mention uninstall in install instructions
Signed-off-by: Cary Phillips <[email protected]>
1 parent 81cecbd commit 3e57c10

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

website/install.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,22 @@ You can customize these options three ways:
277277
2. Use the UI ``cmake-gui`` or ``ccmake``.
278278
3. Specify them as command-line arguments when you invoke cmake.
279279

280+
Uninstall
281+
~~~~~~~~~
282+
283+
If you have installed from source, you can uninstall via:
284+
285+
.. code-block::
286+
287+
% cmake --build $builddir --target uninstall
288+
289+
or if using ``make``:
290+
291+
.. code-block::
292+
293+
% make uninstall
294+
295+
280296
Library Naming Options
281297
~~~~~~~~~~~~~~~~~~~~~~
282298

0 commit comments

Comments
 (0)