Skip to content
Snippets Groups Projects
Commit 6a51dda5 authored by Thomas Moulard's avatar Thomas Moulard
Browse files

Look for Bullet as a system dependency

parent 209ea635
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,8 @@ set(PKG_CONFIG_ADDITIONAL_VARIABLES ...@@ -23,6 +23,8 @@ set(PKG_CONFIG_ADDITIONAL_VARIABLES
plugindir plugindir
) )
add_required_dependency(bullet)
add_required_dependency(jrl-mal) add_required_dependency(jrl-mal)
add_required_dependency(dynamic-graph) add_required_dependency(dynamic-graph)
add_required_dependency(dynamic-graph-python) add_required_dependency(dynamic-graph-python)
...@@ -36,6 +38,7 @@ rosbuild_add_library(ros_bridge ...@@ -36,6 +38,7 @@ rosbuild_add_library(ros_bridge
include/dynamic_graph_bridge/ros_init.hh src/ros_init.cpp include/dynamic_graph_bridge/ros_init.hh src/ros_init.cpp
src/sot_to_ros.hh src/sot_to_ros.cpp src/sot_to_ros.hh src/sot_to_ros.cpp
) )
pkg_config_use_dependency(ros_bridge bullet)
# Make sure rpath are preserved during the install as ROS dependencies # Make sure rpath are preserved during the install as ROS dependencies
# are not installed. # are not installed.
set_target_properties(ros_bridge PROPERTIES BUILD_WITH_INSTALL_RPATH True) set_target_properties(ros_bridge PROPERTIES BUILD_WITH_INSTALL_RPATH True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment