瀏覽代碼

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 6 年之前
父節點
當前提交
d5b722bbbd
共有 1 個文件被更改,包括 1 次插入1 次删除
  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`.
 
 ``--strip``
-  Strip before installing by setting ``CMAKE_INSTALL_DO_STRIP``.
+  Strip before installing.
 
 ``-v, --verbose``
   Enable verbose output.