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
run cmake --configure . it should generate required files.
cmake --configure .