mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
CMAKE_TLS_VERIFY, CMAKE_TLS_CAINFO, CMAKE_NETRC and CMAKE_NETRC_FILE are now passed through to the underlying ExternalProject sub-build. Previously, they were silently ignored. Fixes: #22144
10 lines
326 B
ReStructuredText
10 lines
326 B
ReStructuredText
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` and
|
|
:module:`FetchContent` modules for internal calls to :command:`file(DOWNLOAD)`.
|