| commit | cc194809f96fb59b982175ed330f6bbc9a9d3647 | [log] [tgz] |
|---|---|---|
| author | Matthew Barth <msbarth@us.ibm.com> | Thu Jan 09 13:55:34 2020 -0600 |
| committer | Matthew Barth <msbarth@us.ibm.com> | Mon Jan 13 13:47:26 2020 -0600 |
| tree | a90fbea90bf79e038bdd9ebfcb2c8d01a56f4ea2 | |
| parent | 5060b101dbd0ac002056e7277d9cbfe8c42b7b97 [diff] |
presence: Enable use of JSON instead of YAML
When `--enable-json` is given at configure time, JSON runtime
configuration is used otherwise the default is to use YAML build time
configuration.
Tested:
JSON used at runtime when `--enable-json` given at configure time
generated.hpp not created when using JSON
generated.hpp created by default when using YAML at build time
Change-Id: Ief4392c3e61ebd15e7310ed37fb390bd59b72d69
Signed-off-by: Matthew Barth <msbarth@us.ibm.com>