You didn't miss anything. The code that does this looks like this in Source/cmFileCommand.cxx:<br><br> std::string message = (copy? "Installing: " : "Up-to-date: ");<br> message += toFile;<br>
this->Makefile->DisplayStatus(message.c_str(), -1);<br><br>As you can see, it's unconditional, and is always printed as a status message. I checked the caller, too, and there is no way to turn it off at the present time.<br>
<br><br>HTH,<br>David<br><br><br><div class="gmail_quote">On Mon, Apr 4, 2011 at 10:16 AM, Pere Mato Vila <span dir="ltr"><<a href="mailto:Pere.Mato@cern.ch">Pere.Mato@cern.ch</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Perhaps I missed something trivial but I do not know how to make the installation step less verbose. I get many (thousands for a large project) of informational messages that nothing was needed to be done when making the 'install' target with Unix make. For example:<br>
<br>
-- Up-to-date: /build/mato/ROOT/root_cmake/include/TBranch.h<br>
<br>
Is there a way to remove those and only print the ones that do something? Thanks.<br>
<br>
<br>
<br>
-------------------------------------------------------------<br>
Pere Mato CERN, PH Department, CH 1211 Geneva 23, Switzerland<br>
e-mail: <a href="mailto:pere.mato@cern.ch">pere.mato@cern.ch</a> tel: +41 22 76 78696<br>
fax: +41 22 76 68792 gsm: +41 76 48 70855<br>
<br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</blockquote></div><br>