gdonald / blackjack-cpp

Console Blackjack in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with Cmake

lengocquanggit255 opened this issue · comments

i got the error message from cmake
"Bad CMake executable: "". Check to make sure it is installed or the value of the "cmake.cmakePath" setting contains the correct path" . What can I do to fix this

On macOS: brew install cmake
On Debian: apt install cmake
On FreeBSD: pkg install cmake

Others are probably similar.