Help: Format ctest(1) CurlOptions values as a definition list

This commit is contained in:
Brad King
2024-02-29 14:29:39 -05:00
parent fbae527191
commit 9e5b954adb

View File

@@ -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