summaryrefslogtreecommitdiffstats
path: root/Source/cmakemain.cxx
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 /Source/cmakemain.cxx
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 'Source/cmakemain.cxx')
-rw-r--r--Source/cmakemain.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx
index c94ffec..a06b26f 100644
--- a/Source/cmakemain.cxx
+++ b/Source/cmakemain.cxx
@@ -83,6 +83,7 @@ static const char * cmDocumentationOptions[][2] =
"useful on one try_compile at a time."},
{"--debug-output", "Put cmake in a debug mode."},
{"--trace", "Put cmake in trace mode."},
+ {"--trace-expand", "Put cmake in trace mode with variable expansion."},
{"--warn-uninitialized", "Warn about uninitialized values."},
{"--warn-unused-vars", "Warn about unused variables."},
{"--no-warn-unused-cli", "Don't warn about command line options."},