DRAFT {crystal} std-srvs-0.6.1.inc: Append target rosidl-typesupport-* to ROS_BUILD_DEPENDS
Without the target rosidl-typesupport-{c,cpp}, ament finds the native packages and then fails to link (error: incompatible target) => append them to ROS_BUILD_DEPENDS. Version-specific because might be fixed in new version.
This commit is contained in:
parent
b9c47d6b4b
commit
045e6ad770
|
@ -1,6 +1,10 @@
|
||||||
# Copyright (c) 2019 LG Electronics, Inc.
|
# Copyright (c) 2019 LG Electronics, Inc.
|
||||||
|
|
||||||
|
# Without the target rosidl-typesupport-{c,cpp}, ament finds the native packages and then fails to link (error: incompatible
|
||||||
|
# target).
|
||||||
ROS_BUILD_DEPENDS += " \
|
ROS_BUILD_DEPENDS += " \
|
||||||
fastcdr \
|
fastcdr \
|
||||||
fastrtps \
|
fastrtps \
|
||||||
|
rosidl-typesupport-c \
|
||||||
|
rosidl-typesupport-cpp \
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in New Issue