瀏覽代碼

Help: Clarify ExternalProject_Add()'s LOG_MERGED_STDOUTERR behavior

The output is only merged for a step if it is logging to file. This
option is ignored for steps that are logging normally.

A minor grammatical error has also been fixed as part of this change.
Craig Scott 6 年之前
父節點
當前提交
f2072a6554
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Modules/ExternalProject.cmake

+ 2 - 1
Modules/ExternalProject.cmake

@@ -550,7 +550,8 @@ External Project Definition
       When enabled, the output of the test step is logged to files.
 
     ``LOG_MERGED_STDOUTERR <bool>``
-      When enabled, the output the step is not split by stdout and stderr.
+      When enabled, stdout and stderr will be merged for any step whose
+      output is being logged to files.
 
     ``LOG_OUTPUT_ON_FAILURE <bool>``
       This option only has an effect if at least one of the other ``LOG_<step>``