[CMake] Warning! PATH too long installer unable to modify PATH!

最近在安装Cmake的时候,总是遇到这个问题。

[CMake] Warning! PATH too long installer unable to modify PATH!

不知道怎么环境变量修改不了,手动修改吧。

环境是win7旗舰版

计算机上右键-》属性-》高级系统设置-》环境变量


手动改下环境变量。

[CMake] Warning! PATH too long installer unable to modify PATH!_第1张图片

有个用户变量path有个系统变量path。改那个系统的。改成cmake里生成cmake。exe的那个目录。

我的是C:\CMake 2.8\bin,把原来的那个路径后边加个分号 ,添加就行了。

还有两个参考网址,虽然感觉没啥用:

http://www.cmake.org/pipermail/cmake/2011-March/043494.html

http://public.kitware.com/Bug/view.php?id=10257

你可能感兴趣的:([CMake] Warning! PATH too long installer unable to modify PATH!)