You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: