Hello all
I am trying to build the latest OpenCV which i downloaded from Github with Visual Studio 2013 on a Windows 7 64-bit machine using cmake GUI.The build options i am using are;
- WITH_CUDA: ON
- WITH_OPENCL: OFF
- WITH_TBB: ON
- CUDA_ARCH_BIN: 6.1 (MY CARD IS A GTX 1070)
- CUDA_ARCH_PTX: 6.1
the rest is on default.When i right click ALL_BUILD and wait for it to finish i get the following output;
How can i resolve this issue? Any help is much appreciated :)