2048.cpp icon indicating copy to clipboard operation
2048.cpp copied to clipboard

my cmake can't run it

Open Moon-18 opened this issue 3 years ago • 3 comments

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

Moon-18 avatar May 30 '21 04:05 Moon-18

My git bash shows "ctest: command not found"QAQ

weanqin avatar Jun 25 '21 06:06 weanqin

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?

circles-png avatar Sep 27 '21 10:09 circles-png

I'm using wsl so I just sudo apt install g++

circles-png avatar Sep 27 '21 10:09 circles-png