The code currently hardcodes use of <includepath>/picojson/picojson.h
, while picojson natively installs into <prefix>/include/picojson.h
, so a native installation can not be used, see:
https://github.com/kazuho/picojson/blob/111c9be5188f7350c2eac9ddaedd8cca3d7bf394/Makefile#L21
This issue is probably inherited from Thalhammer/jwt-cpp#213 .