You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
557 B
17 lines
557 B
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:: CMAKE_TLS_VERSION-VALUES.txt
|
|
|
|
If ``CTEST_TLS_VERSION`` is not set, the :variable:`CMAKE_TLS_VERSION` variable
|
|
or :envvar:`CMAKE_TLS_VERSION` environment variable is used instead.
|