You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
439 B
13 lines
439 B
CTEST_RESOURCE_SPEC_FILE
|
|
------------------------
|
|
|
|
.. versionadded:: 3.18
|
|
|
|
Specify the CTest ``ResourceSpecFile`` setting in a :manual:`ctest(1)`
|
|
dashboard client script.
|
|
|
|
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.
|