Skip to content

Use json.h from json-c instead of json/json.h

Chris Burr requested to merge cburr/gfal2:patch-1 into develop

When packaging 2.18.0 for conda-forge, the build failed due to json/json.h not being found. This file isn't provided by json-c and is inconsistent with the other includes in this repository (see here).

Merge request reports