[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