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 _______________________________________________ ros-release mailing list ros-release@code.ros.org http://lists.ros.org/mailman/listinfo/ros-release