diff options
author | Brad King <brad.king@kitware.com> | 2015-07-27 13:31:22 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-07-27 13:31:22 (GMT) |
commit | 280dde34dda52559411376be17591755f4b6358f (patch) | |
tree | 2a904a41cd7ed5b11fe83e7a8a24138f30629aaf /Source/cmakemain.cxx | |
parent | 0679c73b6ebcf2b336c1f69d93d6539b27ccaaff (diff) | |
parent | 594bafe52773c940fc3fb9cd9022a4d1a3a194c7 (diff) | |
download | CMake-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.cxx | 1 |
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."}, |