Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Can't Configure with CMake 3.8.1 and OpenCV 3.2

I am using OpenCV 3.2 on a Win10 64 bit machine with VS2012 - CUDA 8.0 and CMake 3.8.1. I am getting an error that will not let me get past the CMake configure step.

In an effort to have a clean install, I downloaded the latest versions of the master and contrib from GitHub minutes ago. I also downloaded CMake 3.8.1.

The master was installed in c:\OpenCV. When I run CMake I specify that the source code is at: c:\OpenCV\opencv-master\modules and that the build should be at c:\OpenCV\build.

When I hit Configure in CMake, the generator is properly set at Visual Studio 11 2012 Win64 and I let it "use default native compilers." Below are some pictures that show what happens and does not let you get past the Configure step.

image description

image description

Any help geting past this appreciated.