[ros-release] segbot: doc job message generation failures

G.A. vd. Hoorn - 3ME g.a.vanderhoorn at tudelft.nl
Sun Apr 27 06:46:01 UTC 2014


On 26/04/2014 20:26, Dirk Thomas wrote:
[..]
> "camera1394" seems to export a library incorrectly:
> https://github.com/ros-drivers/camera1394/blob/master/CMakeLists.txt#L45
> That line is definitely wrong - you might want to fill a bug report against
> it since the package is basically not find_package()-able.

The line directly above 45 (so 44) also seems to be using a variable's 
name, instead of it's value. Ie:

   DEPENDS Boost DC1394_LIBRARY

instead of:

   DEPENDS Boost ${DC1394_LIBRARY}


Gijs


More information about the ros-release mailing list