mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
file(DOWNLOAD|UPLOAD): Document TLS_VERSION fallback to environment variable
This was missed by commit 434fe8a34b (file(DOWNLOAD|UPLOAD): Add
CMAKE_TLS_VERSION environment variable, 2024-02-26).
This commit is contained in:
@@ -1102,8 +1102,9 @@ Transfer
|
|||||||
|
|
||||||
Specify minimum TLS version for ``https://`` URLs.
|
Specify minimum TLS version for ``https://`` URLs.
|
||||||
If this option is not specified, the value of the
|
If this option is not specified, the value of the
|
||||||
:variable:`CMAKE_TLS_VERSION` variable will be used instead.
|
:variable:`CMAKE_TLS_VERSION` variable or :envvar:`CMAKE_TLS_VERSION`
|
||||||
See that variable for allowed values.
|
environment variable will be used instead.
|
||||||
|
See :variable:`CMAKE_TLS_VERSION` for allowed values.
|
||||||
|
|
||||||
``TLS_VERIFY <ON|OFF>``
|
``TLS_VERIFY <ON|OFF>``
|
||||||
Specify whether to verify the server certificate for ``https://`` URLs.
|
Specify whether to verify the server certificate for ``https://`` URLs.
|
||||||
|
|||||||
Reference in New Issue
Block a user