You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In scitokens-cpp, a direct include of picojson/picojson.h is done in src/scitokens_cache.cpp and src/scitokens_internal.cpp. Depending on how jwt-cpp will solve this, scitokens-cpp might inherit their CMake macro / config to determine the include path.
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 .
The text was updated successfully, but these errors were encountered: