diff options
author | Brad King <brad.king@kitware.com> | 2024-02-26 16:36:33 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-02-28 13:40:27 (GMT) |
commit | 434fe8a34b654ca2a6fee489dc02a2ddc308d1e1 (patch) | |
tree | 3ff44712e79b02e14750b358763a7356c7cc44ac /Help/release/dev/curl-tls-version.rst | |
parent | fb9a6cf909381de8eabe88913349312cce411714 (diff) | |
download | CMake-434fe8a34b654ca2a6fee489dc02a2ddc308d1e1.zip CMake-434fe8a34b654ca2a6fee489dc02a2ddc308d1e1.tar.gz CMake-434fe8a34b654ca2a6fee489dc02a2ddc308d1e1.tar.bz2 |
file(DOWNLOAD|UPLOAD): Add CMAKE_TLS_VERSION environment variable
Issue: #25701
Diffstat (limited to 'Help/release/dev/curl-tls-version.rst')
-rw-r--r-- | Help/release/dev/curl-tls-version.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Help/release/dev/curl-tls-version.rst b/Help/release/dev/curl-tls-version.rst index fcc0648..999e20c 100644 --- a/Help/release/dev/curl-tls-version.rst +++ b/Help/release/dev/curl-tls-version.rst @@ -5,6 +5,7 @@ curl-tls-version gained a ``TLS_VERSION <min>`` option to specify the minimum TLS version for connections to ``https://`` URLs. -* The :variable:`CMAKE_TLS_VERSION` variable was added to specify a - default minimum TLS version for connections to ``https://`` URLs by - the :command:`file(DOWNLOAD)` and :command:`file(UPLOAD)` commands. +* The :variable:`CMAKE_TLS_VERSION` variable and :envvar:`CMAKE_TLS_VERSION` + environment variable were added to specify a default minimum TLS version + for connections to ``https://`` URLs by the :command:`file(DOWNLOAD)` + and :command:`file(UPLOAD)` commands. |