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

remove mongoclient libs from CMakeLists #197

Closed bfalacerda closed 7 years ago

bfalacerda commented 7 years ago

When compiling with it I'd get:

Errors     << mongodb_store:cmake /home/bruno/devel_ws/logs/mongodb_store/build.cmake.006.log                                                                                                                                         
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
MongoClient_LIBRARIES
    linked by target "message_store_cpp_test" in directory /home/bruno/devel_ws/src/mongodb_store/mongodb_store

cd /home/bruno/devel_ws/build/mongodb_store; catkin build --get-env mongodb_store | catkin env -si  /usr/bin/cmake /home/bruno/devel_ws/src/mongodb_store/mongodb_store --no-warn-unused-cli -DCATKIN_DEVEL_PREFIX=/home/bruno/devel_ws/devel/.private/mongodb_store -DCMAKE_INSTALL_PREFIX=/home/bruno/devel_ws/install; cd -
marc-hanheide commented 7 years ago

Thanks @bfalacerda