json_trace.rst 306 B

1234567
  1. json-trace
  2. ----------
  3. * :manual:`cmake(1)` gained a ``--trace-format`` command line option that
  4. can be used to set the ``--trace`` output format. Currently, the old
  5. human readable and the new JSON format are supported. The new JSON format
  6. is easier to parse automatically, than the existing format.