Skip to content
Snippets Groups Projects
Commit cf820c4c authored by Scott K Logan's avatar Scott K Logan
Browse files

Fix ROS builds

This packge is not a catkin package - there is no mention of catkin in
the CMakeLists.txt. Catkin can still build the package if it is a 'plain
cmake' package.

Also, the Cairo dependency was missing.

The package.xml should really be installed to the share directory as
well, so that when this package is installed, rosdep can see it.
parent 1371eb42
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,11 @@
<url type="bugtracker">https://github.com/AndreaCensi/csm/issues</url>
<maintainer email="130s@2000.jukuin.keio.ac.jp">Isaac I.Y. Saito</maintainer>
<buildtool_depend>catkin</buildtool_depend>
<buildtool_depend>cmake</buildtool_depend>
<buildtool_depend>pkg-config</buildtool_depend>
<build_depend>libcairo2-dev</build_depend>
<build_depend>libgsl</build_depend>
<export />
<export>
<build_type>cmake</build_type>
</export>
</package>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment