mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-23 07:28:51 -06:00
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.
6 lines
213 B
ReStructuredText
6 lines
213 B
ReStructuredText
ExternalProject-log-options
|
|
---------------------------
|
|
|
|
* The :module:`ExternalProject` module :command:`ExternalProject_Add` command
|
|
gained ``LOG_DIR`` and ``LOG_MERGED_STDOUTERR`` options to control logging.
|