I want to install openbr in windows. I use VS2015
and Qt5.8
and CMake3.7win64x64
and opencv3.2
. (in http://openbiometrics.org/docs/install/index.html#windows has pointed use VS2013, OpenCV2.4.11, Qt5.4.1 but i don't know, the problem relate to versions or not?!) when i type:
cmake -G "NMake Makefiles" -DBUILD_PERF_TESTS=OFF -DBUILD_TESTS=OFF -DWITH_FFMPEG=OFF -DCMAKE_BUILD_TYPE=Debug ..
in VS2015x86x64 Cross Tools Command Prompt
i get this error:
cmake -G "NMake Makefiles" -DBUILD_PERF_TESTS=OFF -DBUILD_TESTS=OFF -DWITH_FFMPEG=OFF -DCMAKE_BUILD_TYPE=Debug ..
what's the problem?