[CMake] A way to suppress 'make install' output
marco atzeri
marco.atzeri at gmail.com
Mon Jun 25 04:42:04 EDT 2012
On 6/25/2012 10:29 AM, Stefan Eilemann wrote:
> Hi,
>
> I'm looking for a way to suppress the output when installing a project: One of our projects installs a large directory structure, and the resulting 'make install' output is so noisy that finding other errors in parallel builds is next to impossible.
>
> Does somebody have an idea?
>
>
> Cheers,
>
> Stefan.
>
make install &> filename
no output at all and everything in the "filename"
More information about the CMake
mailing list