From d5b722bbbd684477e8b8a979ba62a2f1b45a720c Mon Sep 17 00:00:00 2001 From: Craig Scott Date: Wed, 3 Jul 2019 23:37:54 +1000 Subject: 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 --- Help/manual/cmake.1.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v0.12