mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-12 22:17:06 +00:00
Allow CTEST_* variables to be defined on the command-line when using `ctest -T`. Fixes: #27788
13 lines
327 B
ReStructuredText
13 lines
327 B
ReStructuredText
CTEST_CURL_OPTIONS
|
|
------------------
|
|
|
|
.. deprecated:: 3.30
|
|
|
|
Use the :variable:`CTEST_TLS_VERIFY` variable instead.
|
|
|
|
.. versionadded:: 3.1
|
|
|
|
Specify the CTest ``CurlOptions`` setting
|
|
in a :manual:`ctest(1)` :ref:`Dashboard Client` script,
|
|
or on the :program:`ctest` command line via the :ref:`-D <ctest-option-D-var>` option.
|