Skip to content

Find json-c properly

Mattias Ellert requested to merge ellert/gfal2:find-json into develop

#include <json/json.h>

doesn't work with newer json-c versions, the header is in json-c/json.h

User the location found by cmake, as in all other places json-c is used.

Merge request reports