mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-03 05:08:47 -06:00
Help: Format ctest(1) CurlOptions values as a definition list
This commit is contained in:
@@ -1454,12 +1454,19 @@ Configuration settings include:
|
||||
``CurlOptions``
|
||||
Specify a semicolon-separated list of options to control the
|
||||
Curl library that CTest uses internally to connect to the
|
||||
server. Possible options are ``CURLOPT_SSL_VERIFYPEER_OFF``
|
||||
and ``CURLOPT_SSL_VERIFYHOST_OFF``.
|
||||
server.
|
||||
|
||||
* `CTest Script`_ variable: :variable:`CTEST_CURL_OPTIONS`
|
||||
* :module:`CTest` module variable: ``CTEST_CURL_OPTIONS``
|
||||
|
||||
Possible options are:
|
||||
|
||||
``CURLOPT_SSL_VERIFYPEER_OFF``
|
||||
Disable the ``CURLOPT_SSL_VERIFYPEER`` curl option.
|
||||
|
||||
``CURLOPT_SSL_VERIFYHOST_OFF``
|
||||
Disable the ``CURLOPT_SSL_VERIFYHOST`` curl option.
|
||||
|
||||
``DropLocation``
|
||||
Legacy option. When ``SubmitURL`` is not set, it is constructed from
|
||||
``DropMethod``, ``DropSiteUser``, ``DropSitePassword``, ``DropSite``, and
|
||||
|
||||
Reference in New Issue
Block a user