Files
cmake/Help/variable/CTEST_PRESETS_FILE.rst
T
Zack Galbreath 63b6e7d785 ctest: allow dashboard clients to specify presets via variables
Add variables to support specifying PRESET and PRESETS_FILE to
dashboard clients from the command-line.
2026-05-27 09:33:06 -04:00

17 lines
651 B
ReStructuredText

CTEST_PRESETS_FILE
------------------
.. versionadded:: 4.4
Specify the ``PRESETS_FILE`` option for all relevant :manual:`ctest(1)`
:ref:`Dashboard Client` step commands in a dashboard script,
or on the :program:`ctest` command line via the :ref:`-D <ctest-option-D-var>` option.
This variable sets the ``PRESETS_FILE`` option for
:command:`ctest_configure`, :command:`ctest_build`, :command:`ctest_test`,
and :command:`ctest_memcheck` when those commands are not given an explicit
``PRESETS_FILE`` argument.
See also :variable:`CTEST_PRESET`, :variable:`CTEST_CONFIGURE_PRESET`,
:variable:`CTEST_BUILD_PRESET`, and :variable:`CTEST_TEST_PRESET`.