After I run the following command from Method1 described on README:
cd ~/cbmv-cvpr18/cpp/ && mkdir build && cd build && cmake .. && build
I get the error:
MSBUILD: error MSBUILD0003: Please specify the project or solution file to build, as none was found in the current directory
I can see the cmake command has created the aforementioned files but cant find the solution file. Any suggestion?
Hello,
After I run the following command from Method1 described on README: cd ~/cbmv-cvpr18/cpp/ && mkdir build && cd build && cmake .. && build
I get the error: MSBUILD: error MSBUILD0003: Please specify the project or solution file to build, as none was found in the current directory I can see the cmake command has created the aforementioned files but cant find the solution file. Any suggestion?
Thanks, Agni.