CMAKE_TLS_CAINFO.rst 298 B

123456789
  1. CMAKE_TLS_CAINFO
  2. ----------------
  3. Specify the default value for the :command:`file(DOWNLOAD)` and
  4. :command:`file(UPLOAD)` commands' ``TLS_CAINFO`` options.
  5. It is unset by default.
  6. This variable is also used by the :module:`ExternalProject` module
  7. for internal calls to :command:`file(DOWNLOAD)`.