summaryrefslogtreecommitdiffstats
path: root/Help/variable/CTEST_RESOURCE_SPEC_FILE.rst
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2020-07-08 13:06:31 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-07-08 13:06:54 (GMT)
commit32e13e52916617618d9036440a70fd464ba2ad87 (patch)
tree370f6a3eb42f16f8a5275bea3958e371833a0bdd /Help/variable/CTEST_RESOURCE_SPEC_FILE.rst
parent89845851a74d3dd47275803848593c2cd27e9325 (diff)
parentc57695a2f4ad325346e33eee655b75c1716cf957 (diff)
downloadCMake-32e13e52916617618d9036440a70fd464ba2ad87.zip
CMake-32e13e52916617618d9036440a70fd464ba2ad87.tar.gz
CMake-32e13e52916617618d9036440a70fd464ba2ad87.tar.bz2
Merge topic 'ctest-resource-spec-file-doc'
c57695a2f4 Help: Clarify search order for resource spec file Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4983
Diffstat (limited to 'Help/variable/CTEST_RESOURCE_SPEC_FILE.rst')
-rw-r--r--Help/variable/CTEST_RESOURCE_SPEC_FILE.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/variable/CTEST_RESOURCE_SPEC_FILE.rst b/Help/variable/CTEST_RESOURCE_SPEC_FILE.rst
index 0df29c9..8e9bf01 100644
--- a/Help/variable/CTEST_RESOURCE_SPEC_FILE.rst
+++ b/Help/variable/CTEST_RESOURCE_SPEC_FILE.rst
@@ -5,3 +5,8 @@ CTEST_RESOURCE_SPEC_FILE
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.