diff options
author | Regina Pfeifer <regina@mailbox.org> | 2018-11-27 22:19:32 (GMT) |
---|---|---|
committer | Regina Pfeifer <regina@mailbox.org> | 2018-11-28 23:29:13 (GMT) |
commit | 8c25aa2feb589f733b5b80ec231217fc31518752 (patch) | |
tree | ae772fa910e4b8b8bfe9c13ab75d701eda9b1dd2 /Help/manual | |
parent | a688c6b92861c77ee8d065ae8c679c317fe8d0c0 (diff) | |
download | CMake-8c25aa2feb589f733b5b80ec231217fc31518752.zip CMake-8c25aa2feb589f733b5b80ec231217fc31518752.tar.gz CMake-8c25aa2feb589f733b5b80ec231217fc31518752.tar.bz2 |
CTest: Remove submission trigger
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/ctest.1.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst index 3999feb..064a6da 100644 --- a/Help/manual/ctest.1.rst +++ b/Help/manual/ctest.1.rst @@ -1137,7 +1137,7 @@ Configuration settings include: ``IsCDash`` Specify whether the dashboard server is `CDash`_ or an older - dashboard server implementation requiring ``TriggerSite``. + dashboard server implementation. * `CTest Script`_ variable: :variable:`CTEST_DROP_SITE_CDASH` * :module:`CTest` module variable: ``CTEST_DROP_SITE_CDASH`` @@ -1157,8 +1157,7 @@ Configuration settings include: initialized by the :command:`site_name` command ``TriggerSite`` - Legacy option to support older dashboard server implementations. - Not used when ``IsCDash`` is true. + Legacy option. Not used. * `CTest Script`_ variable: :variable:`CTEST_TRIGGER_SITE` * :module:`CTest` module variable: ``TRIGGER_SITE`` if set, |