luxonis / depthai-core

DepthAI C++ Library
MIT License
235 stars 127 forks source link

Fix finding jsoncpp #980

Closed Serafadam closed 7 months ago

Serafadam commented 8 months ago

Fixes multi-include bug that occurs for jsoncpp. More information https://github.com/open-source-parsers/jsoncpp/issues/1356

moratom commented 8 months ago

@Serafadam thanks! How did you hit into that issue? Including core into some project that already uses jsoncpp?

I'm thinking if we should do a bugfix release or not...

Serafadam commented 8 months ago

This occurs when builting RTABMap standalone with DepthAI support. I think this could warrant a bugfix release