CMAKE_TLS_VERIFY.rst 502 B

123456789101112131415
  1. CMAKE_TLS_VERIFY
  2. ----------------
  3. .. versionadded:: 3.30
  4. .. include:: include/ENV_VAR.rst
  5. Specify the default value for the :command:`file(DOWNLOAD)` and
  6. :command:`file(UPLOAD)` commands' ``TLS_VERIFY`` option.
  7. This environment variable is used if the option is not given
  8. and the :variable:`CMAKE_TLS_VERIFY` cmake variable is not set.
  9. This variable is also used by the :module:`ExternalProject` and
  10. :module:`FetchContent` modules for internal calls to
  11. :command:`file(DOWNLOAD)` and ``git clone``.