mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 19:30:13 -06:00
Add a new `--trace-format=` flag, to enable the new JSON trace output format. This new format is easier to parse by machines than the existing format. This new format also removes the ambiguity of the whitespace in the "old" format (e.g. is that whitespace part of a file path, or does it seperate arguments)
8 lines
306 B
ReStructuredText
8 lines
306 B
ReStructuredText
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.
|