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

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:

 直接解压至安装目录,解压即安装;

你可能感兴趣的:(CMake 运行错误could not find CMAKE_ROOT!!!)