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 /Help/manual/ctest.1.rst | |
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 'Help/manual/ctest.1.rst')
-rw-r--r-- | Help/manual/ctest.1.rst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst index 423f1ca..d586e22 100644 --- a/Help/manual/ctest.1.rst +++ b/Help/manual/ctest.1.rst @@ -338,13 +338,6 @@ Options This is useful if the build will not finish in one day. -``--ctest-config`` - The configuration file used to initialize CTest state when submitting dashboards. - - This option tells CTest to use different initialization file instead - of CTestConfiguration.tcl. This way multiple initialization files - can be used for example to submit to multiple dashboards. - ``--overwrite`` Overwrite CTest configuration option. |