mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-08 08:40:48 +00:00
Help: Fix file(INSTALL) docs w.r.t. CMAKE_INSTALL_MESSAGE
In commit c9568de52c (install: Add CMAKE_INSTALL_MESSAGE variable
(#13761), 2014-06-24, v3.1.0-rc1~370^2~1) we incorrectly documented
that `CMAKE_INSTALL_MESSAGE` controls the status message for
`file(INSTALL)`. Revert that.
Fixes: #17162
This commit is contained in:
committed by
Brad King
parent
2f7e72a341
commit
1560265e7d
@@ -838,8 +838,8 @@ of their content even if options are used to select a subset of
|
|||||||
files.
|
files.
|
||||||
|
|
||||||
The ``INSTALL`` signature differs slightly from ``COPY``: it prints
|
The ``INSTALL`` signature differs slightly from ``COPY``: it prints
|
||||||
status messages (subject to the :variable:`CMAKE_INSTALL_MESSAGE` variable),
|
status messages, and ``NO_SOURCE_PERMISSIONS`` is default.
|
||||||
and ``NO_SOURCE_PERMISSIONS`` is default.
|
|
||||||
Installation scripts generated by the :command:`install` command
|
Installation scripts generated by the :command:`install` command
|
||||||
use this signature (with some undocumented options for internal use).
|
use this signature (with some undocumented options for internal use).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user