diff options
author | Craig Scott <craig.scott@crascit.com> | 2021-10-04 10:46:46 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2021-10-04 10:48:00 (GMT) |
commit | 2a82bd85b66f5de2acaac60159c9b624da37ce37 (patch) | |
tree | 5d42bcecb24c712fea367d414855d876d53d7f8e /Help/command | |
parent | b3a0bddc4e1c8f1f86078cdffaebbc4c493e4409 (diff) | |
download | CMake-2a82bd85b66f5de2acaac60159c9b624da37ce37.zip CMake-2a82bd85b66f5de2acaac60159c9b624da37ce37.tar.gz CMake-2a82bd85b66f5de2acaac60159c9b624da37ce37.tar.bz2 |
Help: Add documentation for CMAKE_TLS_CAINFO
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/file.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Help/command/file.rst b/Help/command/file.rst index 96a55ee..798f507 100644 --- a/Help/command/file.rst +++ b/Help/command/file.rst @@ -1113,8 +1113,9 @@ 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 :variable:`CMAKE_TLS_VERIFY` and ``CMAKE_TLS_CAINFO``, respectively. +check certificates. If neither ``TLS`` option is given, CMake will use the +settings from the :variable:`CMAKE_TLS_VERIFY` and :variable:`CMAKE_TLS_CAINFO` +variables instead. Additional options to ``DOWNLOAD`` are: |