#Unable to configure CMake

4 messages · Page 1 of 1 (latest)

icy sierra
#

[Knowledge: Absolute beginner/novice]
Problem: I just started c/cpp but unable to configure my CMake as it always throws errors

`PS E:\tutorial\step1> cmake -B build
CMake Error at CMakeLists.txt:2 (project):
Running

'nmake' '-?'

failed with:

no such file or directory

CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!`

i highly request anyone to suggest me some good resources/guide to get started with CMake

rugged pythonBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.

torn inlet
#

#tooling

icy sierra