summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2019-07-03 13:37:54 (GMT)
committerCraig Scott <craig.scott@crascit.com>2019-07-03 13:38:25 (GMT)
commitd5b722bbbd684477e8b8a979ba62a2f1b45a720c (patch)
treea54e620673d86a2147f3ff00e3596256d76f31ef /Help
parentddc7ea46961da54fe00d13f20e6192540f801949 (diff)
downloadCMake-d5b722bbbd684477e8b8a979ba62a2f1b45a720c.zip
CMake-d5b722bbbd684477e8b8a979ba62a2f1b45a720c.tar.gz
CMake-d5b722bbbd684477e8b8a979ba62a2f1b45a720c.tar.bz2
Help: Remove mention of CMAKE_INSTALL_DO_STRIP
It isn't yet clear whether we want to make this part of the documented API for the install script. Remove it from the docs before it appears in an official release for now. Relates: #18997
Diffstat (limited to 'Help')
-rw-r--r--Help/manual/cmake.1.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst
index e91f060..ff099dd 100644
--- a/Help/manual/cmake.1.rst
+++ b/Help/manual/cmake.1.rst
@@ -343,7 +343,7 @@ The options are:
Override the installation prefix, :variable:`CMAKE_INSTALL_PREFIX`.
``--strip``
- Strip before installing by setting ``CMAKE_INSTALL_DO_STRIP``.
+ Strip before installing.
``-v, --verbose``
Enable verbose output.