DRAFT {crystal} behaviortree-cpp-v3-3.0.4.inc: Add cppzmq to ROS_BUILD_DEPENDS

XXX Not supplied by Ubuntu libzmq3-dev; why does OE build need it?

Version-specific because might be fixed in a new version.
This commit is contained in:
JeongBong Seo 2019-04-04 21:33:34 -07:00 committed by Herb Kuta
parent ae4dd8836d
commit b190ee5fa8
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,3 @@
# Copyright (c) 2019 LG Electronics, Inc.
ROS_BUILD+DEPENDS += "cppzmq"
ROS_BUILD_DEPENDS += "cppzmq"

View File

@ -1,3 +1,6 @@
# Copyright (c) 2019 LG Electronics, Inc.
ROS_BUILD_DEPENDS += "ament-cmake-gtest"
ROS_BUILD_DEPENDS += " \
ament-cmake-gtest \
cppzmq \
"