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