diff options
author | Brad King <brad.king@kitware.com> | 2023-11-22 12:21:05 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-11-22 12:21:15 (GMT) |
commit | 1d431e440d7b63035c4c10a54f6a957f62818775 (patch) | |
tree | 650967fe82c040058d923a6ffc51105071c2d349 /Help | |
parent | cf2f2dfe63863c2cc13cc895e04f544d050ba6dd (diff) | |
parent | 486c89dd6a4b867eabd34820c6790c974b352b0f (diff) | |
download | CMake-1d431e440d7b63035c4c10a54f6a957f62818775.zip CMake-1d431e440d7b63035c4c10a54f6a957f62818775.tar.gz CMake-1d431e440d7b63035c4c10a54f6a957f62818775.tar.bz2 |
Merge topic 'doc-ctest-link-cdash' into release-3.28
486c89dd6a Help: Fix ctest(1) manual links to www.cdash.org
Acked-by: Kitware Robot <kwrobot@kitware.com>
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 7009bf1..a5b27b6 100644 --- a/Help/manual/ctest.1.rst +++ b/Help/manual/ctest.1.rst @@ -652,6 +652,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> @@ -1841,5 +1843,3 @@ See Also ======== .. include:: LINKS.txt - -_`CDash`: https://cdash.org |