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
If you are using the CLion, you can use File---"Reload CMake Project".
I meet this problem after using git force pull, and Reload CMake Project solves it.