diff options
author | Betsy McPhail <betsy.mcphail@kitware.com> | 2017-10-11 23:39:04 (GMT) |
---|---|---|
committer | Betsy McPhail <betsy.mcphail@kitware.com> | 2017-11-07 19:15:20 (GMT) |
commit | e80dc2ad7fd8cde15ad62ffd7743eba20fbc8524 (patch) | |
tree | 7bfd8f6cabd17b6a28e4d2278af18eedadea3c8b /Source/ctest.cxx | |
parent | a7347c022eb67272eea7dca5a58d0b94806b7d95 (diff) | |
download | CMake-e80dc2ad7fd8cde15ad62ffd7743eba20fbc8524.zip CMake-e80dc2ad7fd8cde15ad62ffd7743eba20fbc8524.tar.gz CMake-e80dc2ad7fd8cde15ad62ffd7743eba20fbc8524.tar.bz2 |
cmCTest: Remove dead code
The option 'ctest-config' is ignored.
Diffstat (limited to 'Source/ctest.cxx')
-rw-r--r-- | Source/ctest.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/ctest.cxx b/Source/ctest.cxx index f6466fa..ad5fec0 100644 --- a/Source/ctest.cxx +++ b/Source/ctest.cxx @@ -104,8 +104,6 @@ static const char* cmDocumentationOptions[][2] = { { "--test-timeout", "The time limit in seconds, internal use only." }, { "--test-load", "CPU load threshold for starting new parallel tests." }, { "--tomorrow-tag", "Nightly or experimental starts with next day tag." }, - { "--ctest-config", "The configuration file used to initialize CTest state " - "when submitting dashboards." }, { "--overwrite", "Overwrite CTest configuration option." }, { "--extra-submit <file>[;<file>]", "Submit extra files to the dashboard." }, { "--force-new-ctest-process", |