Cmake Error: could not load cache

前端 未结 11 2449
无人共我
无人共我 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
    2020-12-15 15:34

    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.

提交回复
热议问题