diff options
author | Brad King <brad.king@kitware.com> | 2024-03-29 16:48:11 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-03-30 13:22:05 (GMT) |
commit | 713994426427154100b0f457838dfc671b1d832f (patch) | |
tree | 79e66f3f06589434eaeffed14b58be1859e79579 /Help | |
parent | c295df53c64dfc4a2225622c714898e2bdcb570e (diff) | |
download | CMake-713994426427154100b0f457838dfc671b1d832f.zip CMake-713994426427154100b0f457838dfc671b1d832f.tar.gz CMake-713994426427154100b0f457838dfc671b1d832f.tar.bz2 |
ctest: Fall back to CMake environment variable for TLS server verification
Use `ENV{CMAKE_TLS_VERIFY}` if `CTEST_TLS_VERIFY` or `CMAKE_TLS_VERIFY`
is not set.
Issue: #23608
Diffstat (limited to 'Help')
-rw-r--r-- | Help/variable/CTEST_TLS_VERIFY.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/variable/CTEST_TLS_VERIFY.rst b/Help/variable/CTEST_TLS_VERIFY.rst index bce4969..9b3d96c 100644 --- a/Help/variable/CTEST_TLS_VERIFY.rst +++ b/Help/variable/CTEST_TLS_VERIFY.rst @@ -9,5 +9,5 @@ before including the :module:`CTest` module. The value is a boolean indicating whether to verify the server certificate when submitting to a dashboard via ``https://`` URLs. -If ``CTEST_TLS_VERIFY`` is not set, :variable:`CMAKE_TLS_VERIFY` is -used instead. +If ``CTEST_TLS_VERIFY`` is not set, the :variable:`CMAKE_TLS_VERIFY` variable +or :envvar:`CMAKE_TLS_VERIFY` environment variable is used instead. |