Cmake Error: could not load cache

前端 未结 11 2477
无人共我
无人共我 2020-12-15 14:47

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         


        
11条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-15 15:28

    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.

提交回复
热议问题