How to build opencv_world in 2.4.7?
Hello,
I like the idea of the "world" module in 2.4.7. Unfortunately, it's not included in the prebuilt Windows libraries, so I decided to build it myself with CMake. However, when I click "Configure", CMake gives me the following error:
CMake Error at cmake/OpenCVGenConfig.cmake:84 (export):
export called with target "opencv_world" which requires target "zlib" that
is not in the export list.
I don't know how to fix this. Any hints?