mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
We must differentiate between the `ctest -D` dashboard and `ctest -D` variable options.
14 lines
531 B
ReStructuredText
14 lines
531 B
ReStructuredText
CTEST_RESOURCE_SPEC_FILE
|
|
------------------------
|
|
|
|
.. versionadded:: 3.18
|
|
|
|
Specify the CTest ``ResourceSpecFile`` setting in a :manual:`ctest(1)`
|
|
:ref:`Dashboard Client` script,
|
|
or on the :program:`ctest` command line via the :ctest-dashboard-option:`-D` option.
|
|
|
|
This can also be used to specify the resource spec file from a CMake build. If
|
|
no ``RESOURCE_SPEC_FILE`` is passed to :command:`ctest_test`, and
|
|
``CTEST_RESOURCE_SPEC_FILE`` is not specified in the dashboard script, the
|
|
value of this variable from the build is used.
|