Is there a FindOpenCV.cmake that works?
The ones on the web are out of date and does not work. I am trying to include OpenCV with my project and it has to be via CMake.
The automatically generated build/OpenCVConfig.cmake does not work. Amogst other things, this .cmake file is looking for variable "MSVC_VERSION" which does not exist in my environment (even after running vcvarsall.bat)
HELP please!
So it turns out it works fine if i build opencv myself. The out of the box version has issues.