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 /Modules | |
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 'Modules')
-rw-r--r-- | Modules/ExternalProject.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/ExternalProject.cmake b/Modules/ExternalProject.cmake index 56525080..45b6124 100644 --- a/Modules/ExternalProject.cmake +++ b/Modules/ExternalProject.cmake @@ -212,7 +212,7 @@ External Project Definition ``TLS_VERIFY <bool>`` Specifies whether certificate verification should be performed for https URLs. If this option is not provided, the default behavior is - determined by the ``CMAKE_TLS_VERIFY`` variable (see + determined by the :variable:`CMAKE_TLS_VERIFY` variable (see :command:`file(DOWNLOAD)`). If that is also not set, certificate verification will not be performed. In situations where ``URL_HASH`` cannot be provided, this option can be an alternative verification |