您的位置:首页 > 其它

CMake 运行错误could not find CMAKE_ROOT!!!

2018-02-09 14:13 1391 查看
phenomenon:
E:\myProjects\CMakeTest\test01>cmake .
CMake Error: Could not find CMAKE_ROOT !!!
CMake has most likely not been installed correctly.
Modules directory not found in
D:/Program Files/cmake-3.10.2-win64-x64/share/cmake-3.10

CMake Error: Error executing cmake::LoadCache(). Aborting.

reason:

 解压后将cmake文件夹copy到另一路径,找不到CMAKE_ROOT
solution:
 直接解压至安装目录,解压即安装;
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  C cmake
相关文章推荐