summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-07-27 13:31:22 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-07-27 13:31:22 (GMT)
commit280dde34dda52559411376be17591755f4b6358f (patch)
tree2a904a41cd7ed5b11fe83e7a8a24138f30629aaf /Help/manual
parent0679c73b6ebcf2b336c1f69d93d6539b27ccaaff (diff)
parent594bafe52773c940fc3fb9cd9022a4d1a3a194c7 (diff)
downloadCMake-280dde34dda52559411376be17591755f4b6358f.zip
CMake-280dde34dda52559411376be17591755f4b6358f.tar.gz
CMake-280dde34dda52559411376be17591755f4b6358f.tar.bz2
Merge topic 'trace-expand'
594bafe5 cmake: add --trace-expand option
Diffstat (limited to 'Help/manual')
-rw-r--r--Help/manual/cmake.1.rst10
1 files changed, 7 insertions, 3 deletions
diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst
index 4bd5a5e..9ce4971 100644
--- a/Help/manual/cmake.1.rst
+++ b/Help/manual/cmake.1.rst
@@ -113,14 +113,18 @@ Options
``--debug-output``
Put cmake in a debug mode.
- Print extra stuff during the cmake run like stack traces with
+ Print extra information during the cmake run like stack traces with
message(send_error ) calls.
``--trace``
Put cmake in trace mode.
- Print a trace of all calls made and from where with
- message(send_error ) calls.
+ Print a trace of all calls made and from where.
+
+``--trace-expand``
+ Put cmake in trace mode.
+
+ Like ``--trace``, but with variables expanded.
``--warn-uninitialized``
Warn about uninitialized values.