Doc-Cirrus/orthanc-mongodb

Jsoncpp is searched for in the system paths, not in CMAKE_PREFIX_PATH

Closed this issue · 4 comments

The build instructions tell to build jsoncpp manually. However, if jsoncpp is not installed in the default location (/usr/local), it won't be found when configuring the mongodb plugin, even if you set CMAKE_PREFIX_PATH.

This commit fixes that:

kosch commented

Can you create Pull Requests for your changes? That would be nice.

Separate PR-s sent for all my changes.

kosch commented

Thank you very much!

Welcome. Thanks for merging so quickly! 👍