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
+9
View File
@@ -0,0 +1,9 @@
CMAKE_TLS_CAINFO
----------------
Specify the default value for the :command:`file(DOWNLOAD)` and
:command:`file(UPLOAD)` commands' ``TLS_CAINFO`` options.
It is unset by default.
This variable is also used by the :module:`ExternalProject` module
for internal calls to :command:`file(DOWNLOAD)`.