Skip to content
Snippets Groups Projects
Forked from CMake / CMake
28946 commits behind the upstream repository.
Wouter Klouwen's avatar
Wouter Klouwen authored
In some circumstances the user of ExternalProject may not desire the
split log files for stdout and stderr. In particular with a project has
many errors it can be difficult to correlate the output error with the
command that it resulted from.

This commit adds the LOG_MERGED_STDOUTERR option that when enabled
outputs into a unified <name>-<step>.log for each step. If disabled it
will default to the previous behaviour of <name>-<step>-out.log and
<name>-<step>-err.log.
7ddc9e35
History