diff options
author | Michael Hirsch <scivision@users.noreply.gitlab.kitware.com> | 2021-04-29 14:45:05 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-05-04 16:29:13 (GMT) |
commit | 7398993f5b0444d6c7997d5bf14f96c982d07021 (patch) | |
tree | 32b671379ced5f4631f76783f1773abe9ac2c8b8 /Help/command | |
parent | 9edff7f43e6c679a4ce4b3c97432894cf98fb56c (diff) | |
download | CMake-7398993f5b0444d6c7997d5bf14f96c982d07021.zip CMake-7398993f5b0444d6c7997d5bf14f96c982d07021.tar.gz CMake-7398993f5b0444d6c7997d5bf14f96c982d07021.tar.bz2 |
Help: Document CMAKE_TLS_VERIFY variable explicitly
Previously it was mentioned only in the `file` and `ExternalProject`
documentation.
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/file.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/file.rst b/Help/command/file.rst index e170526..f46e55a 100644 --- a/Help/command/file.rst +++ b/Help/command/file.rst @@ -1070,7 +1070,7 @@ If neither ``NETRC`` option is given CMake will check variables For ``https://`` URLs CMake must be built with OpenSSL support. ``TLS/SSL`` certificates are not checked by default. Set ``TLS_VERIFY`` to ``ON`` to check certificates. If neither ``TLS`` option is given CMake will check -variables ``CMAKE_TLS_VERIFY`` and ``CMAKE_TLS_CAINFO``, respectively. +variables :variable:`CMAKE_TLS_VERIFY` and ``CMAKE_TLS_CAINFO``, respectively. Additional options to ``DOWNLOAD`` are: |