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 ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
