mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 00:00:39 -05:00
Help: Clarify search order for resource spec file
Clarify the order in which --resource-spec-file, RESOURCE_SPEC_FILE, and CTEST_RESOURCE_SPEC_FILE are searched, and add tests to enforce this. Fixes: #20914
This commit is contained in:
@@ -3,3 +3,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.
|
||||
|
||||
Reference in New Issue
Block a user