1CTEST_RESOURCE_SPEC_FILE 2------------------------ 3 4.. versionadded:: 3.18 5 6Specify the CTest ``ResourceSpecFile`` setting in a :manual:`ctest(1)` 7dashboard client script. 8 9This can also be used to specify the resource spec file from a CMake build. If 10no ``RESOURCE_SPEC_FILE`` is passed to :command:`ctest_test`, and 11``CTEST_RESOURCE_SPEC_FILE`` is not specified in the dashboard script, the 12value of this variable from the build is used. 13