diff options
author | Brad King <brad.king@kitware.com> | 2023-11-21 23:53:15 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-11-21 23:53:15 (GMT) |
commit | 5c5830bb9ec0c5053a9c64c2c034cfebf962940b (patch) | |
tree | 13b381e08f6586abf38f754d04bee0795cb30830 /Help | |
parent | 87dab04aee02d5b33ee5b8abd0f68aaaf64d2fdb (diff) | |
parent | 486c89dd6a4b867eabd34820c6790c974b352b0f (diff) | |
download | CMake-5c5830bb9ec0c5053a9c64c2c034cfebf962940b.zip CMake-5c5830bb9ec0c5053a9c64c2c034cfebf962940b.tar.gz CMake-5c5830bb9ec0c5053a9c64c2c034cfebf962940b.tar.bz2 |
Merge branch 'doc-ctest-link-cdash' into release-3.27
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 5c3889e..40a332d 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> @@ -1822,5 +1824,3 @@ See Also ======== .. include:: LINKS.txt - -_`CDash`: https://cdash.org |