[cmake-developers] [PATCH] stage/compact-status-log

Adam Strzelecki ono at java.pl
Wed Sep 24 10:47:45 EDT 2014


> We will *NOT* be introducing use of *THREADS* in CMake just
> to filter our own output.

Yeah, got it. Are subprocess allowed then?

> (…) just to filter our own output.

Please note that such solution that filters stdout low level is superior to doing it as CMake owns level because cmake may be launching some external program, library or whatever that also pushes something to stdout/stderr and if we don't take this into account then output will get likely broken.

--Adam


More information about the cmake-developers mailing list