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!