DRAFT [morty] apriltag-0.9.8-1.inc: Append to ROS_BUILD_DEPENDS

This component's CMakeLists.txt conditionally adds a demo file to the
build based on whether "opencv" is installed. To make things
deterministic under [morty], append it to do ROS_BUILD_DEPENDS. This
isn't this needed for [thud] because it has a sysroot per recipe, and
"opencv" will never be found.
This commit is contained in:
Herb Kuta 2019-05-28 17:02:18 -07:00
parent a71e345ab1
commit 28864794f8
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
# Copyright (c) 2019 LG Electronics, Inc.
ROS_BUILD_DEPENDS += "opencv"