https://github.com/Kitware/CMake
Raw File
Tip revision: 07d351b535dde56a89aa6786a3f0701e3b159d44 authored by Brad King on 12 April 2022, 13:05:05 UTC
CMake 3.22.4
Tip revision: 07d351b
MEASUREMENT.rst
MEASUREMENT
-----------

Specify a ``CDASH`` measurement and value to be reported for a test.

If set to a name then that name will be reported to ``CDASH`` as a named
measurement with a value of ``1``.  You may also specify a value by
setting ``MEASUREMENT`` to ``measurement=value``.
back to top