diff options
author | Brad King <brad.king@kitware.com> | 2024-02-29 19:29:39 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-03-12 14:43:37 (GMT) |
commit | 9e5b954adb0f5f29f12b4e581cda228e6c436239 (patch) | |
tree | 1b350c4ba159b05ce9f768b17069e41e9823f356 /Help | |
parent | fbae527191695a2efb62d95c80abd3f6c2655f8d (diff) | |
download | CMake-9e5b954adb0f5f29f12b4e581cda228e6c436239.zip CMake-9e5b954adb0f5f29f12b4e581cda228e6c436239.tar.gz CMake-9e5b954adb0f5f29f12b4e581cda228e6c436239.tar.bz2 |
Help: Format ctest(1) CurlOptions values as a definition list
Diffstat (limited to 'Help')
-rw-r--r-- | Help/manual/ctest.1.rst | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst index 0e90ab6..dff77f9 100644 --- a/Help/manual/ctest.1.rst +++ b/Help/manual/ctest.1.rst @@ -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 |