1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00
Files
CMake/Help/envvar/CTEST_USE_VERBOSE_INSTRUMENTATION.rst

19 lines
572 B
ReStructuredText

CTEST_USE_VERBOSE_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 to ``1``, ``True``, or ``ON`` causes CTest to
report the full command line (including arguments) to CDash for each
instrumented command. By default, CTest truncates the command line at the first
space.
See also :envvar:`CTEST_USE_INSTRUMENTATION`