strands-project / mongodb_store

MongoDB tools for storing and analysing runs of ROS systems.
BSD 3-Clause "New" or "Revised" License
49 stars 72 forks source link

Use system mongocxx client if possible #207

Closed furushchev closed 6 years ago

furushchev commented 6 years ago

This pull request is for fix the issue #204. In this pull request, I mainly fixed CMakeLists.txt of libmongocxx_ros to use system mongocxx client if it is found in system region or download and compile from source otherwise. In current situation, system mongocxx is used on ubuntu 14.04 and downloaded mongocxx is used on ubuntu 16.04.

strands-jenkins commented 6 years ago

Can one of the STRANDS admins verify this patch? Post a comment containing "ok to test" to enable Jenkins builds for this pull request.

furushchev commented 6 years ago

Any feedback is very welcome! @hawesie

CC: @k-okada

hawesie commented 6 years ago

Looks good to me.

hawesie commented 6 years ago

@marc-hanheide want to check?