diff options
author | Brad King <brad.king@kitware.com> | 2023-11-21 23:52:31 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-11-21 23:52:31 (GMT) |
commit | 569c1d1b6e1410fc9a742dad429d7b31ccddff2a (patch) | |
tree | 2a2e68ae86f3ed2a1c6b72dcbbfee2f62f117bfa /Help | |
parent | fa272fa91e772bf060950473c4616e8a0d6806e5 (diff) | |
parent | 486c89dd6a4b867eabd34820c6790c974b352b0f (diff) | |
download | CMake-569c1d1b6e1410fc9a742dad429d7b31ccddff2a.zip CMake-569c1d1b6e1410fc9a742dad429d7b31ccddff2a.tar.gz CMake-569c1d1b6e1410fc9a742dad429d7b31ccddff2a.tar.bz2 |
Merge branch 'doc-ctest-link-cdash' into release-3.26
Merge-request: !8998
Diffstat (limited to 'Help')
-rw-r--r-- | Help/manual/ctest.1.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst index 5e82faa..c3c249c 100644 --- a/Help/manual/ctest.1.rst +++ b/Help/manual/ctest.1.rst @@ -651,6 +651,8 @@ a `CDash`_ server. The command-line signature used to submit to `CDash`_ is:: ctest -S <script> [-- <dashboard-options>...] ctest -SP <script> [-- <dashboard-options>...] +.. _`CDash`: https://www.cdash.org + Options for Dashboard Client include: .. option:: -D <dashboard>, --dashboard <dashboard> @@ -1820,5 +1822,3 @@ See Also ======== .. include:: LINKS.txt - -_`CDash`: https://cdash.org |