cmake: fix linker dependencies for opencv_java
authorAlexander Alekhin <alexander.alekhin@itseez.com>
Thu, 24 Oct 2013 15:04:41 +0000 (19:04 +0400)
committerAlexander Alekhin <alexander.alekhin@itseez.com>
Thu, 24 Oct 2013 15:04:59 +0000 (19:04 +0400)
commit4b17d073c07c1b73480833bd0c8f03f17d8d9502
tree915eb9ecf0cfa117ed44d9375f079917cd15ae73
parentf0bc253d0ec98de9d89d81a0a73ce6aaaa2ea0db
cmake: fix linker dependencies for opencv_java

Linker dependencies to all OpenCV modules are invalid.
We should not include other bindings in this list (like "opencv_python").
cmake/OpenCVUtils.cmake
modules/java/CMakeLists.txt