Re: [CMake] Install files quietly

2011-07-29 Thread Michael Hertling
On 07/29/2011 11:43 AM, Mathias Tausig wrote: > Hello! > > During the installation process, I am copying a quite large directory using > INSTALL(DIRECTORY foo DESTINATION bar) > > When I run make install, every single file contained in foo is displayed > in the shell. Is there some way to prevent

[CMake] Install files quietly

2011-07-29 Thread Mathias Tausig
Hello! During the installation process, I am copying a quite large directory using INSTALL(DIRECTORY foo DESTINATION bar) When I run make install, every single file contained in foo is displayed in the shell. Is there some way to prevent a install command from printing to the command line? regar