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:
parent
5dfba7152c
commit
df00f4fe4f
|
@ -0,0 +1,3 @@
|
||||||
|
# Copyright (c) 2019 LG Electronics, Inc.
|
||||||
|
|
||||||
|
ROS_BUILD_DEPENDS += "opencv"
|
Loading…
Reference in New Issue