diff options
author | Brad King <brad.king@kitware.com> | 2024-03-06 00:58:41 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-03-12 14:46:42 (GMT) |
commit | 56e319ce4ad7367c87380128c44728c8474fef53 (patch) | |
tree | a59a5b8be46cdc558a9a4110cfb5804dfeeec564 /Help/variable | |
parent | 6671f17f65a2d4907f1b598dc2823209714f7ac2 (diff) | |
download | CMake-56e319ce4ad7367c87380128c44728c8474fef53.zip CMake-56e319ce4ad7367c87380128c44728c8474fef53.tar.gz CMake-56e319ce4ad7367c87380128c44728c8474fef53.tar.bz2 |
ctest: Fall back to CMake options for TLS server verification
Use `CMAKE_TLS_VERIFY` if `CTEST_TLS_VERIFY` is not set.
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CTEST_TLS_VERIFY.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/variable/CTEST_TLS_VERIFY.rst b/Help/variable/CTEST_TLS_VERIFY.rst index 22133bd..bce4969 100644 --- a/Help/variable/CTEST_TLS_VERIFY.rst +++ b/Help/variable/CTEST_TLS_VERIFY.rst @@ -8,3 +8,6 @@ Specify the CTest ``TLSVerify`` setting in a :manual:`ctest(1)` 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. |