CTEST_USE_INSTRUMENTATION.rst 442 B

123456789101112131415
  1. CTEST_USE_INSTRUMENTATION
  2. -------------------------
  3. .. versionadded:: 4.0
  4. .. include:: include/ENV_VAR.rst
  5. .. note::
  6. This feature is only available when experimental support for instrumentation
  7. has been enabled by the ``CMAKE_EXPERIMENTAL_INSTRUMENTATION`` gate.
  8. Setting this environment variable to ``1``, ``True``, or ``ON`` enables
  9. :manual:`instrumentation <cmake-instrumentation(7)>` for CTest in
  10. :ref:`Dashboard Client` mode.