diff options
Diffstat (limited to 'Help/variable/CTEST_TLS_VERIFY.rst')
-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. |