[cmake-developers] [CMake 0013785]: INSTALL command does not support a QUIET/SILENT option
Mantis Bug Tracker
mantis at public.kitware.com
Wed Dec 12 04:41:52 EST 2012
The following issue has been SUBMITTED.
======================================================================
http://public.kitware.com/Bug/view.php?id=13785
======================================================================
Reported By: Emmanuel Blot
Assigned To:
======================================================================
Project: CMake
Issue ID: 13785
Category: CMake
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2012-12-12 10:41 CET
Last Modified: 2012-12-12 10:41 CET
======================================================================
Summary: INSTALL command does not support a QUIET/SILENT
option
Description:
It would be very nice if there was a way to force the INSTALL() command not to
print what it is doing:
-- Installing: /Users/eblot/Source/...
-- Up-to-date: /Users/eblot/Sources/...
...
Rationale: When performing build+install in one step, install verbosity is so
long that important information, such as build warnings, are scrolled out from
the terminal viewport and may remain unnoticed.
I understand that people are likely to want INSTALL() to be verbose, but a
simple option such as INSTALL(... QUIET ...) would be nice when these traces are
not wanted.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2012-12-12 10:41 Emmanuel Blot New Issue
======================================================================
More information about the cmake-developers
mailing list