diff options
author | Brad King <brad.king@kitware.com> | 2021-05-05 14:08:39 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2021-05-05 14:08:45 (GMT) |
commit | 7973f9782800f9f2229d6c731d0aaff05b270d89 (patch) | |
tree | 66b4a703ac9c6babaa45f880c3d0b952b43422a6 /Help/command | |
parent | 06d103889c641ce72f4d7e239eddb0a145a324f0 (diff) | |
parent | 7398993f5b0444d6c7997d5bf14f96c982d07021 (diff) | |
download | CMake-7973f9782800f9f2229d6c731d0aaff05b270d89.zip CMake-7973f9782800f9f2229d6c731d0aaff05b270d89.tar.gz CMake-7973f9782800f9f2229d6c731d0aaff05b270d89.tar.bz2 |
Merge topic 'doc-tls'
7398993f5b Help: Document CMAKE_TLS_VERIFY variable explicitly
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6064
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: |