My clone project path from github
"C:\Users\Addy\Documents\polaris\"
I have created build directory
"C:\Users\Addy\Documents\polaris\build"
From cmd.exe I access build directory path
"C:\Users\Addy\Documents\polaris\build"
And run this command
"cmake -G "Visual Studio 10 Win64" -DCMAKE_CONFIGURATION_TYPES=Release;Debug .."
I am running this command on windows7 cmd. But it gives me the error.
**'cmake' is not recognised as an internal or external command**
As per the steps given in the website(https://github.com/anl-polaris/polaris/wiki/Getting-Started)