Explorar el Código

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
Craig Scott hace 6 años
padre
commit
d5b722bbbd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Help/manual/cmake.1.rst

+ 1 - 1
Help/manual/cmake.1.rst

@@ -343,7 +343,7 @@ The options are:
   Override the installation prefix, :variable:`CMAKE_INSTALL_PREFIX`.
   Override the installation prefix, :variable:`CMAKE_INSTALL_PREFIX`.
 
 
 ``--strip``
 ``--strip``
-  Strip before installing by setting ``CMAKE_INSTALL_DO_STRIP``.
+  Strip before installing.
 
 
 ``-v, --verbose``
 ``-v, --verbose``
   Enable verbose output.
   Enable verbose output.