Merge topic 'trace-redirect'

3c94069660 Add --trace-redirect parameter to redirect trace output to a file

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3645
This commit is contained in:
Brad King
2019-08-20 13:18:41 +00:00
committed by Kitware Robot
13 changed files with 68 additions and 1 deletions

View File

@@ -238,6 +238,9 @@ Options
Multiple options are allowed.
``--trace-redirect=<file>``
Put cmake in trace mode and redirect trace output to a file instead of stderr.
``--warn-uninitialized``
Warn about uninitialized values.

View File

@@ -0,0 +1,6 @@
trace-redirect
--------------
* :manual:`cmake(1)` gained a ``--trace-redirect=<file>`` command line option
that can be used to redirect ``--trace`` output to a file instead
of ``stderr``.