2048.cpp
2048.cpp copied to clipboard
my cmake can't run it
when I wtite "ctest -S setup.cmake"in git bash, it shows " Each . represents 1024 bytes of output . Size of output: 0K Error(s) when configuring the project CMake Error at D:/Gitbase/2048.cpp/setup.cmake:53 (message): Configure failed: return -1 cmake return -1 ". But my cmake is newly installed. How to solve this problem? QAQ
My git bash shows "ctest: command not found"QAQ
when I wtite "ctest -S setup.cmake"in git bash, it shows " Each . represents 1024 bytes of output . Size of output: 0K Error(s) when configuring the project CMake Error at D:/Gitbase/2048.cpp/setup.cmake:53 (message): Configure failed: return -1 cmake return -1 ". But my cmake is newly installed. How to solve this problem? QAQ
sudo apt install g++
or install a compiler if in windows? you probably need a compiler.
My git bash shows "ctest: command not found"QAQ
install cmake?
I'm using wsl so I just sudo apt install g++