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:
Herb Kuta 2019-03-29 15:00:08 -07:00
parent 7463dc0488
commit b9c47d6b4b
1 changed files with 6 additions and 0 deletions

View File

@ -4,3 +4,9 @@ ROS_BUILD_DEPENDS += " \
fastcdr \
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"