summaryrefslogtreecommitdiffstats
path: root/Help/envvar/CMAKE_TLS_VERIFY.rst
blob: 9571cb80e42e6583c108eca1a3232c67bde5402f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
CMAKE_TLS_VERIFY
----------------

.. versionadded:: 3.30

.. include:: ENV_VAR.txt

Specify the default value for the :command:`file(DOWNLOAD)` and
:command:`file(UPLOAD)` commands' ``TLS_VERIFY`` option.
This environment variable is used if the option is not given
and the :variable:`CMAKE_TLS_VERIFY` cmake variable is not set.

This variable is also used by the :module:`ExternalProject` and
:module:`FetchContent` modules for internal calls to
:command:`file(DOWNLOAD)` and ``git clone``.