diff options
author | Brad King <brad.king@kitware.com> | 2021-10-21 13:19:50 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2021-10-21 13:20:02 (GMT) |
commit | d97497ee65d94cec1494064bbe40963c7a7de6fc (patch) | |
tree | 5d44f0c92402c0cfa171bcaeb1e959cc13c10401 | |
parent | 2f7e72a341dba3554e44c93c69a3b8338a9e6976 (diff) | |
parent | 1560265e7d3af90fbdd991dc8fe35d918e907d7b (diff) | |
download | CMake-d97497ee65d94cec1494064bbe40963c7a7de6fc.zip CMake-d97497ee65d94cec1494064bbe40963c7a7de6fc.tar.gz CMake-d97497ee65d94cec1494064bbe40963c7a7de6fc.tar.bz2 |
Merge topic 'doc-file-INSTALL-fix' into release-3.22
1560265e7d Help: Fix file(INSTALL) docs w.r.t. CMAKE_INSTALL_MESSAGE
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6645
-rw-r--r-- | Help/command/file.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/command/file.rst b/Help/command/file.rst index 5a3fd88..799b6ff 100644 --- a/Help/command/file.rst +++ b/Help/command/file.rst @@ -838,8 +838,8 @@ of their content even if options are used to select a subset of files. The ``INSTALL`` signature differs slightly from ``COPY``: it prints -status messages (subject to the :variable:`CMAKE_INSTALL_MESSAGE` variable), -and ``NO_SOURCE_PERMISSIONS`` is default. +status messages, and ``NO_SOURCE_PERMISSIONS`` is default. + Installation scripts generated by the :command:`install` command use this signature (with some undocumented options for internal use). |