From bed32f400ee32488f1cd99fa8d3573d6991b4be0 Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 29 Mar 2024 11:42:04 -0400 Subject: 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). --- Help/command/file.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Help/command/file.rst b/Help/command/file.rst index c0d020e..ee7d05d 100644 --- a/Help/command/file.rst +++ b/Help/command/file.rst @@ -1102,8 +1102,9 @@ Transfer Specify minimum TLS version for ``https://`` URLs. If this option is not specified, the value of the - :variable:`CMAKE_TLS_VERSION` variable will be used instead. - See that variable for allowed values. + :variable:`CMAKE_TLS_VERSION` variable or :envvar:`CMAKE_TLS_VERSION` + environment variable will be used instead. + See :variable:`CMAKE_TLS_VERSION` for allowed values. ``TLS_VERIFY `` Specify whether to verify the server certificate for ``https://`` URLs. -- cgit v0.12