summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2019-07-03 23:37:54 +1000
committerCraig Scott <craig.scott@crascit.com>2019-07-03 23:38:25 +1000
commitd5b722bbbd684477e8b8a979ba62a2f1b45a720c (patch)
treea54e620673d86a2147f3ff00e3596256d76f31ef
parentddc7ea46961da54fe00d13f20e6192540f801949 (diff)
downloadcmake-d5b722bbbd684477e8b8a979ba62a2f1b45a720c.tar.gz
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
-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 e91f0600dc..ff099dd328 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.