mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 04:40:56 -06:00
Allow CTest script writers to specify additional HTTP headers to be sent to CDash during submission. The motivating case for this feature is a corresponding change in CDash. This will allow projects to refuse submissions from any site not bearing a valid authentication token.
6 lines
167 B
ReStructuredText
6 lines
167 B
ReStructuredText
ctest_submit_headers
|
|
--------------------
|
|
|
|
* The :command:`ctest_submit` command gained a ``HTTPHEADER`` option
|
|
to specify custom headers to send during submission.
|