Issue
I have installed CMake and cmake.exe is in C:\Program Files (x86)\CMake\bin
But when I run call cmake %CMAKE_BUILD_OPTIONS%
through a bat file I am getting an error message
'cmake' is not recognized as an internal or external command, operable program or batch file.
Should I set this path in environment variable?
Solution
It resolved after adding C:\Program Files (x86)\CMake\bin
to environment variable PATH
.
Answered By - Nic Answer Checked By - Robin (WPSolving Admin)