cmake OpenCV_DIR
Using this cmake file and pre-build version of opencv I get this error.
I need to set OpenCV_DIR?
CMake Warning at /OpenCV-2.4.3/cmake/OpenCVConfig.cmake:153 (message): Found OpenCV 2.4.3 Windows Super Pack but it has not binaries compatible with your configuration.
You should manually point CMake variable OpenCV_DIR to your build of
OpenCV library. Call Stack (most recent call first): CMakeLists.txt:4 (find_package)
CMake Error at CMakeLists.txt:4 (find_package): Found package configuration file:
/OpenCV-2.4.3/cmake/OpenCVConfig.cmake
but it set OpenCV_FOUND to FALSE so package "OpenCV" is considered to be
NOT FOUND.