I\'m using Cmake to try to build a project for Eclipse. When I try running Cmake, I get the following error:
Error: could not load cache Error: Batch build s
In your example Eclipse must run something like
cmake --build folder_name --target all
and I opt that the *folder_name* is bad in this case. You probably messed something up in Eclipse.