https://github.com/Kitware/CMake
Revision f52b5ae3c4a87723f90f63249a979424aaf99407 authored by Brad King on 15 May 2014, 13:44:25 UTC, committed by Brad King on 15 May 2014, 14:26:30 UTC
Factor a common callback type out of StdoutCallback.  Add an equivalent
StderrCallback.  While at it, use "size_t" for the data length instead
of "int".

Teach "ctest --build-and-test" to capture the Stderr callback because
output sent through it is part of the logical CMake process output.
1 parent a9ae1d7
History
Tip revision: f52b5ae3c4a87723f90f63249a979424aaf99407 authored by Brad King on 15 May 2014, 13:44:25 UTC
cmSystemTools: Add callback for Stderr
Tip revision: f52b5ae

back to top