Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added missing dep to mongodb #119

Open
wants to merge 1 commit into
base: hydro-devel
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion quasimodo/quasimodo_retrieval/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ add_definitions(-std=c++11 -O3)
## is used, also find other catkin packages
find_package(catkin REQUIRED COMPONENTS roscpp tf sensor_msgs std_msgs image_geometry metaroom_xml_parser quasimodo_msgs message_runtime
message_generation tf_conversions pcl_ros image_geometry cv_bridge tf_conversions eigen_conversions
k_means_tree dynamic_object_retrieval object_3d_benchmark dynamic_reconfigure soma_msgs)
k_means_tree dynamic_object_retrieval object_3d_benchmark dynamic_reconfigure soma_msgs mongodb_store)

## System dependencies are found with CMake's conventions
# find_package(Boost REQUIRED COMPONENTS system)
Expand Down
2 changes: 2 additions & 0 deletions quasimodo/quasimodo_retrieval/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
<build_depend>libqt4-dev</build_depend>
<build_depend>libqt4-opengl-dev</build_depend>
<build_depend>soma_msgs</build_depend>
<build_depend>mongodb_store</build_depend>
<run_depend>libpcl-all</run_depend>
<run_depend>libopencv-dev</run_depend>
<run_depend>cv_bridge</run_depend>
Expand All @@ -78,6 +79,7 @@
<run_depend>libqt4</run_depend>
<run_depend>libqt4-opengl</run_depend>
<run_depend>soma_msgs</run_depend>
<run_depend>mongodb_store</run_depend>


<!-- The export tag contains other, unspecified, tags -->
Expand Down