blob: b2aec5b2af40d45878c309e532f648c9bc928418 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
CTEST_TLS_VERSION
-----------------
.. versionadded:: 3.30
Specify the CTest ``TLSVersion`` setting in a :manual:`ctest(1)`
:ref:`Dashboard Client` script or in project ``CMakeLists.txt`` code
before including the :module:`CTest` module. The value is a minimum
TLS version allowed when submitting to a dashboard via ``https://`` URLs.
The value may be one of:
.. include:: include/CMAKE_TLS_VERSION-VALUES.rst
If ``CTEST_TLS_VERSION`` is not set, the :variable:`CMAKE_TLS_VERSION` variable
or :envvar:`CMAKE_TLS_VERSION` environment variable is used instead.
|