blob: 3345d7e56cae1ae6c2f23f440177f1bffd011b80 [file] [edit]
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`.