DRAFT {crystal} builtin-interfaces-0.6.3.inc: Add rosidl-default-runtime to ROS_EXPORT_DEPENDS
usr/share/builtin_interfaces/cmake/ament_cmake_export_dependencies-extras.cmake contains: set(_exported_dependencies "rosidl_default_runtime")
This commit is contained in:
parent
5abc845535
commit
d2e9c8d022
|
@ -4,3 +4,9 @@ ROS_BUILD_DEPENDS += " \
|
||||||
fastcdr \
|
fastcdr \
|
||||||
fastrtps \
|
fastrtps \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
# usr/share/builtin_interfaces/cmake/ament_cmake_export_dependencies-extras.cmake contains:
|
||||||
|
#
|
||||||
|
# set(_exported_dependencies "rosidl_default_runtime")
|
||||||
|
|
||||||
|
ROS_EXPORT_DEPENDS += "rosidl-default-runtime"
|
||||||
|
|
Loading…
Reference in New Issue