
* Add Cyclone DDS build dependencies for rosdep * Update README.md Change apt install commands to rosdep install. * build_depend -> buildtool_depend for maven and java * Add vendor package to build cyclonedds from source Remove maven and java dependency (thanks, @eboasson) * remove --symlink-build flag this obscures the intention of the code and sophisticated users can choose whether to use it or not. * add rosdep to readme
18 lines
646 B
XML
18 lines
646 B
XML
<?xml version="1.0"?>
|
|
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
|
<package format="2">
|
|
<name>cyclonedds_cmake_module</name>
|
|
<version>0.4.0</version>
|
|
<description>Provide CMake module to find Eclipse CycloneDDS.</description>
|
|
<maintainer email="erik.boasson@adlinktech.com">Erik Boasson</maintainer>
|
|
<license>Apache License 2.0</license>
|
|
|
|
<buildtool_depend>ament_cmake</buildtool_depend>
|
|
|
|
<test_depend>ament_lint_auto</test_depend>
|
|
<test_depend>ament_lint_common</test_depend>
|
|
|
|
<export>
|
|
<build_type>ament_cmake</build_type>
|
|
</export>
|
|
</package>
|