Files
CMake/Help/variable/CTEST_TLS_VERSION.rst
Zack Galbreath 2e214f0a5b ctest: allow CTest Script variables to be set via the command-line
Allow CTEST_* variables to be defined on the command-line when using
`ctest -T`.

Fixes: #27788
2026-05-14 11:37:57 -04:00

18 lines
652 B
ReStructuredText

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, or on the :program:`ctest`
command line via the :ref:`-D <ctest-option-D-var>` option. 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.