Remove cyclonedds_cmake_module (#139)
Delete cyclonedds_cmake_module package and remove dependencies on it. This is not needed, since Eclipse Cyclone DDS already provides a package configuration file (CycloneDDSConfig.cmake)
This commit is contained in:
parent
4ac0536eff
commit
cf22b2608a
7 changed files with 1 additions and 164 deletions
|
@ -29,7 +29,7 @@ find_package(ament_cmake_ros REQUIRED)
|
|||
|
||||
find_package(rcutils REQUIRED)
|
||||
|
||||
find_package(cyclonedds_cmake_module REQUIRED)
|
||||
#find_package(cyclonedds_cmake_module REQUIRED)
|
||||
find_package(CycloneDDS QUIET CONFIG)
|
||||
if(NOT CycloneDDS_FOUND)
|
||||
message(WARNING "Could not find Eclipse Cyclone DDS - skipping '${PROJECT_NAME}'")
|
||||
|
|
|
@ -8,10 +8,8 @@
|
|||
<license>Apache License 2.0</license>
|
||||
|
||||
<buildtool_depend>ament_cmake_ros</buildtool_depend>
|
||||
<buildtool_depend>cyclonedds_cmake_module</buildtool_depend>
|
||||
|
||||
<depend>cyclonedds</depend>
|
||||
<depend>cyclonedds_cmake_module</depend>
|
||||
<depend>rcutils</depend>
|
||||
<depend>rmw</depend>
|
||||
<depend>rosidl_generator_c</depend>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue