diff options
author | Craig Scott <craig.scott@crascit.com> | 2019-07-03 13:37:54 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2019-07-03 13:38:25 (GMT) |
commit | d5b722bbbd684477e8b8a979ba62a2f1b45a720c (patch) | |
tree | a54e620673d86a2147f3ff00e3596256d76f31ef /Help | |
parent | ddc7ea46961da54fe00d13f20e6192540f801949 (diff) | |
download | CMake-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.rst | 2 |
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. |