From 9ba2508bca559628877df4a41813c46f75b07550 Mon Sep 17 00:00:00 2001 From: Erik Boasson Date: Mon, 26 Aug 2019 10:28:41 +0200 Subject: [PATCH] Replace cyclonedds by CycloneDDS for colcon Commit 1200bfd109e4e21ff572ce0c6205cb6c2e247edc in Cyclone DDS changed the setting of the project name to use a string literal. That change affects the capitalization of the name under which colcon looks for Cyclone, and this commit changes the dependency specification to match. Signed-off-by: Erik Boasson --- rmw_cyclonedds_cpp/package.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rmw_cyclonedds_cpp/package.xml b/rmw_cyclonedds_cpp/package.xml index aaa9b5d..f35effe 100644 --- a/rmw_cyclonedds_cpp/package.xml +++ b/rmw_cyclonedds_cpp/package.xml @@ -12,7 +12,7 @@ ament_cmake - cyclonedds + CycloneDDS cyclonedds_cmake_module rcutils rmw @@ -20,7 +20,7 @@ rosidl_typesupport_introspection_c rosidl_typesupport_introspection_cpp - cyclonedds + CycloneDDS cyclonedds_cmake_module rcutils rmw