summaryrefslogtreecommitdiffstats
path: root/Source/ctest.cxx
diff options
context:
space:
mode:
authorBetsy McPhail <betsy.mcphail@kitware.com>2017-06-23 17:03:05 (GMT)
committerBrad King <brad.king@kitware.com>2017-07-10 20:25:18 (GMT)
commit47b3a57c9bc5c7db608bc3b59b139a902535255f (patch)
tree127d1fc54ab81e5f69848772c74b46af5a15c5ad /Source/ctest.cxx
parentd385962419ea3109dd21093c2368379f5fb51722 (diff)
downloadCMake-47b3a57c9bc5c7db608bc3b59b139a902535255f.zip
CMake-47b3a57c9bc5c7db608bc3b59b139a902535255f.tar.gz
CMake-47b3a57c9bc5c7db608bc3b59b139a902535255f.tar.bz2
Display subproject timing summary
Use the '--no-subproject-summary' option to disable timing summary.
Diffstat (limited to 'Source/ctest.cxx')
-rw-r--r--Source/ctest.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/ctest.cxx b/Source/ctest.cxx
index 84e815d..8f9e676 100644
--- a/Source/ctest.cxx
+++ b/Source/ctest.cxx
@@ -83,6 +83,8 @@ static const char* cmDocumentationOptions[][2] = {
{ "--max-width <width>", "Set the max width for a test name to output" },
{ "--interactive-debug-mode [0|1]", "Set the interactive mode to 0 or 1." },
{ "--no-label-summary", "Disable timing summary information for labels." },
+ { "--no-subproject-summary", "Disable timing summary information for "
+ "subprojects." },
{ "--build-and-test", "Configure, build and run a test." },
{ "--build-target", "Specify a specific target to build." },
{ "--build-nocmake", "Run the build without running cmake first." },