mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 08:08:24 -05:00
install: Add CMAKE_INSTALL_MESSAGE variable (#13761)
Create a variable to allow users to control which installation messages are printed. In particular, provide a "LAZY" setting that prints "Installing" messages but not "Up-to-date" messages. This is desirable for incremental re-installations. Suggested-by: J Decker <d3ck0r@gmail.com>
This commit is contained in:
@@ -298,6 +298,7 @@ See the :command:`install(DIRECTORY)` command for documentation of
|
||||
permissions, ``PATTERN``, ``REGEX``, and ``EXCLUDE`` options.
|
||||
|
||||
The ``INSTALL`` signature differs slightly from ``COPY``: it prints
|
||||
status messages, and ``NO_SOURCE_PERMISSIONS`` is default.
|
||||
status messages (subject to the :variable:`CMAKE_INSTALL_MESSAGE` variable),
|
||||
and ``NO_SOURCE_PERMISSIONS`` is default.
|
||||
Installation scripts generated by the :command:`install` command
|
||||
use this signature (with some undocumented options for internal use).
|
||||
|
||||
Reference in New Issue
Block a user