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:16 (GMT) |
commit | 5763a855920fb68539f699ec1be454b96ae36131 (patch) | |
tree | 9cd442ab27bdef9e8e6364f7351ece5387fde0f2 /Help | |
parent | 2ce9a81fe633c2be0eadab911305cf5faa90d84f (diff) | |
parent | 486c89dd6a4b867eabd34820c6790c974b352b0f (diff) | |
download | CMake-5763a855920fb68539f699ec1be454b96ae36131.zip CMake-5763a855920fb68539f699ec1be454b96ae36131.tar.gz CMake-5763a855920fb68539f699ec1be454b96ae36131.tar.bz2 |
Merge topic 'doc-ctest-link-cdash'
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 |