Cmake Error: could not load cache

前端 未结 11 2453
无人共我
无人共我 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条回答
  •  一向
    一向 (楼主)
    2020-12-15 15:42

    run cmake --configure . it should generate required files.

提交回复
热议问题