ros-perception / laser_filters

Assorted filters designed to operate on 2D planar laser scanners, which use the sensor_msgs/LaserScan type.
BSD 3-Clause "New" or "Revised" License
166 stars 204 forks source link

remove superfluous DEPENDS #19

Closed v4hn closed 10 years ago

v4hn commented 10 years ago

There never was a DEPENDS flag in add_dependencies...

vrabaud commented 10 years ago

thx, does that create an error or something ?

v4hn commented 10 years ago

cmake 3.0 now complains about non-existing targets in add_dependencies. As I was just compiling ROS with this version, a number of target-does-not-exist bugs popped up.