diff options
author | Zack Galbreath <zack.galbreath@kitware.com> | 2019-05-02 14:40:33 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2019-05-03 10:26:50 (GMT) |
commit | 7ddac9512188d1dbfcac76b24957956a197370ad (patch) | |
tree | 759bb3a752fa84b674b69193281345e1d6296d53 /Help/manual/ctest.1.rst | |
parent | a0d04d8810cb40daaaa7876453df81ff228beb82 (diff) | |
download | CMake-7ddac9512188d1dbfcac76b24957956a197370ad.zip CMake-7ddac9512188d1dbfcac76b24957956a197370ad.tar.gz CMake-7ddac9512188d1dbfcac76b24957956a197370ad.tar.bz2 |
Help: cross-ref and wording of docs related to ctest_update()
Provide better motivation for users to click through to the CTest manual
from the ctest_update command help page.
Diffstat (limited to 'Help/manual/ctest.1.rst')
-rw-r--r-- | Help/manual/ctest.1.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst index 5a6b329..fab045b 100644 --- a/Help/manual/ctest.1.rst +++ b/Help/manual/ctest.1.rst @@ -822,6 +822,8 @@ Configuration settings to specify the version control tool include: * :module:`CTest` module variable: ``UPDATE_TYPE`` if set, else ``CTEST_UPDATE_TYPE`` +.. _`UpdateVersionOnly`: + ``UpdateVersionOnly`` Specify that you want the version control update command to only discover the current version that is checked out, and not to update |