DRAFT {crystal} rosidl-typesupport-fastrtps-c-0.6.1.inc: Append target rosidl-typesupport-fastrtps-cpp to ROS_BUILD_DEPENDS
Without the target rosidl-typesupprt-fastrtps-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
2d9a74684b
commit
02afa834ee
|
@ -1,6 +1,9 @@
|
|||
# Copyright (c) 2019 LG Electronics, Inc.
|
||||
|
||||
# Without the target rosidl-typesupport-fastrtps-cpp, ament finds the native packages and then fails to link
|
||||
# (error: incompatible target).
|
||||
ROS_BUILD_DEPENDS += " \
|
||||
fastcdr \
|
||||
fastrtps \
|
||||
rosidl-typesupport-fastrtps-cpp \
|
||||
"
|
||||
|
|
Loading…
Reference in New Issue