Cmake Build Error
I was following the Steps in https://www.learnopencv.com/install-o... for installation procedure. unfortunately it end up like this
cmake.exe --build . --config Release --target INSTALL Microsoft (R) Build Engine version 16.5.0+d4cbfca49 for .NET Framework Copyright (C) Microsoft Corporation. All rights reserved.
MSBUILD : error MSB1009: Project file does not exist. Switch: INSTALL.vcxproj
i have installed latest version of cmake, visual studio Build Tools Stuffs Like that, can any one help
what aboout step 5 ? and where exactly do you run the cmake cmdline ?