Drop superfluous ROS dependency on catkin (#1599)
This package's CMakeLists.txt doesn't reference catkin at all, and can be regarded as a "pure CMake" package. In fact, the package.xml already states that this package is built using cmake directly, but still depends on catkin. This change makes the package buildable without catkin, as would be desired when building with colcon in ROS 2.master
parent
46063be28f
commit
6bbf2558ce
|
@ -34,7 +34,7 @@
|
||||||
The Cartographer Authors
|
The Cartographer Authors
|
||||||
</author>
|
</author>
|
||||||
|
|
||||||
<buildtool_depend>catkin</buildtool_depend>
|
<buildtool_depend>cmake</buildtool_depend>
|
||||||
|
|
||||||
<build_depend>git</build_depend>
|
<build_depend>git</build_depend>
|
||||||
<build_depend>google-mock</build_depend>
|
<build_depend>google-mock</build_depend>
|
||||||
|
|
Loading…
Reference in New Issue