Ask Your Question

Revision history [back]

Include could not find load file: cmake/OpenCVUtils.cmake, what's wrong?

Hello,

Currently I'm trying to install PS move on my Windows machine (win 8.1 - 64bit) for university project. I've downloaded this - https://code.google.com/p/moveonpc/downloads/detail?name=psmoveapi_3.0.0_win32.zip and tried to follow instructions. First point on the instructions says: 1. build and configure OpenCV with cmake :: you may skip to build OpenCV on your own, however i had no luck :: the binary distribution did not work on my system cd <where you="" extracted="" opencv=""> mkdir build cd build cmake .. -G "MinGW Makefiles" mingw32-make :: now go for a coffe-break

but when I try to execute cmake .. -G "MinGW Makefiles" I get error specified in the title and "Unknown CMake command "ocv_clear_vars" I found 1 question regarding similiar issue here (http://answers.opencv.org/question/28776/unknown-cmake-command-ocv_clear_vars/), but it didn't work at all. For what it's worth I installed same API on a mac and it works great. Any help appreciated.