Help: Add documentation for CMAKE_TLS_CAINFO

This commit is contained in:
Craig Scott
2021-10-04 21:46:46 +11:00
parent b3a0bddc4e
commit 2a82bd85b6
4 changed files with 17 additions and 6 deletions

View File

@@ -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: