ECLIPSE PHOTON:C program not running(Error: build command 'cmake' not foundFailure running cmake:
ECLIPSE PHOTON:C program not running(Error: build command 'cmake' not foundFailure running cmake:
I just installed eclipse photon and installed the minGW
compiler. I can't run any program. When I try to run my C program I get this error
minGW
Error: build command 'cmake' not foundFailure running cmake
cmake
can you add a little more detail? how are you starting your c program? are you importing a cmake project?
– Srini
Aug 29 at 19:19
Required, but never shown
Required, but never shown
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Then perhaps you need to install
cmake
.– Antti Haapala
Aug 29 at 18:43