Bug#737153: OpenCVModules.cmake not installed, causing visp FTBFS

Fabien Spindler Fabien.Spindler at inria.fr
Fri Feb 14 18:30:50 UTC 2014


Le 14/02/14 18:36, Rebecca N. Palmer a écrit :
> libopencv-dev doesn't pull in the Java libraries; I don't know if the 
> appropriate fix is that it should, or that the cmake script shouldn't 
> be looking for them when building C(++).

I think that the script OpenCVModules.cmake should not look for 
libopencv_java.

When I build opencv 2.4.8 from source, libopencv_java is not build.

The error can be simply reproduced using the following CMakeLists.txt

project(dummy)
cmake_minimum_required(version 2.8)
find_package(OpenCV REQUIRED)

Hope it helps
Fabien



More information about the debian-science-maintainers mailing list