Skip to content
Snippets Groups Projects
Commit 9056bc61 authored by Olivier Stasse's avatar Olivier Stasse
Browse files

[wip/pmb2-robot] Add dependency to tf-lookup

Fix names in depend.mk
parent ed3b3f6f
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@ include ../../interfaces/ros-std-msgs/depend.mk
include ../../lang/ros-message-generation/depend.mk
include ../../lang/ros-message-runtime/depend.mk
include ../../middleware/ros-comm/depend.mk
include ../../wip/tf-lookup/depend.mk
include ../../mk/language/c++.mk
include ../../mk/language/c.mk
include ../../mk/robotpkg.mk
......@@ -20,8 +20,10 @@ DEPEND_DIR.pmb2-robot?= ../../wip/pmb2-robot
SYSTEM_SEARCH.pmb2-robot=\
'share/pmb2_robot/package.xml:/<version>/s/[^0-9.]//gp' \
'lib/pkgconfig/pmb2_robot.pc:/Version/s/[^0-9.]//gp' \
'share/pmb2_robot/cmake/pmb2_robotConfig.cmake'
'lib/pkgconfig/pmb2_description.pc:/Version/s/[^0-9.]//gp' \
'lib/pkgconfig/pmb2_bringup.pc:/Version/s/[^0-9.]//gp' \
'share/pmb2_description/cmake/pmb2_descriptionConfig.cmake' \
'share/pmb2_bringup/cmake/pmb2_bringupConfig.cmake'
endif # PMB2_ROBOT_DEPEND_MK ----------------------------------------
......
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