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/variable | |
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/variable')
-rw-r--r-- | Help/variable/CMAKE_TLS_CAINFO.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_TLS_CAINFO.rst b/Help/variable/CMAKE_TLS_CAINFO.rst new file mode 100644 index 0000000..fe34335 --- /dev/null +++ b/Help/variable/CMAKE_TLS_CAINFO.rst @@ -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)`. |