Re: [CMake] How to make the installation less verbose?

2011-04-04 Thread Pere Mato Vila
Thanks for the confirmation. Cheers, Pere On Apr 4, 2011, at 4:44 PM, David Cole wrote: You didn't miss anything. The code that does this looks like this in Source/cmFileCommand.cxx: std::string message = (copy? "Installing: " : "Up-to-date: "); message += toFile; this->Makefile->Di

Re: [CMake] How to make the installation less verbose?

2011-04-04 Thread Michael Wild
On 04/04/2011 04:44 PM, David Cole wrote: > You didn't miss anything. The code that does this looks like this in > Source/cmFileCommand.cxx: > > std::string message = (copy? "Installing: " : "Up-to-date: "); > message += toFile; > this->Makefile->DisplayStatus(message.c_str(), -1); >

Re: [CMake] How to make the installation less verbose?

2011-04-04 Thread David Cole
You didn't miss anything. The code that does this looks like this in Source/cmFileCommand.cxx: std::string message = (copy? "Installing: " : "Up-to-date: "); message += toFile; this->Makefile->DisplayStatus(message.c_str(), -1); As you can see, it's unconditional, and is always printe

[CMake] How to make the installation less verbose?

2011-04-04 Thread Pere Mato Vila
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: -- Up-to-date: /build/mato/