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/variable/CMAKE_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/variable/CMAKE_TLS_VERSION.rst')
-rw-r--r-- | Help/variable/CMAKE_TLS_VERSION.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_TLS_VERSION.rst b/Help/variable/CMAKE_TLS_VERSION.rst index fd790b3..e4d9e7b 100644 --- a/Help/variable/CMAKE_TLS_VERSION.rst +++ b/Help/variable/CMAKE_TLS_VERSION.rst @@ -5,6 +5,8 @@ CMAKE_TLS_VERSION Specify the default value for the :command:`file(DOWNLOAD)` and :command:`file(UPLOAD)` commands' ``TLS_VERSION`` option. +If this variable is not set, the commands check the +:envvar:`CMAKE_TLS_VERSION` environment variable. The value may be one of: |