mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 12:19:54 -05:00
9784834b4c
So, editor(s) can correctly highlight the RST syntax in the included files.
16 lines
412 B
ReStructuredText
16 lines
412 B
ReStructuredText
CTEST_USE_INSTRUMENTATION
|
|
-------------------------
|
|
|
|
.. versionadded:: 4.0
|
|
|
|
.. include:: include/ENV_VAR.rst
|
|
|
|
.. note::
|
|
|
|
This feature is only available when experimental support for instrumentation
|
|
has been enabled by the ``CMAKE_EXPERIMENTAL_INSTRUMENTATION`` gate.
|
|
|
|
Setting this environment variable enables
|
|
:manual:`instrumentation <cmake-instrumentation(7)>` for CTest in
|
|
:ref:`Dashboard Client` mode.
|