1. 程式人生 > >CMake 執行錯誤 could not find CMAKE_ROOT

CMake 執行錯誤 could not find CMAKE_ROOT

錯誤的提示:

CMake Error: Could not find CMAKE_ROOT !!!

CMake has most likely not been installed correctly.
Modules directory not found in
/usr/bin

段錯誤 (核心已轉儲)

具體原因不知道為什麼,看網上的資料:

升級完CMake後,檔案位置改變了(在/usr/local/bin目錄下找不到cmake了)

cmake的時候,輸入全路徑應該就可以了

但是我是新手 。。。表示不懂怎麼找出全路徑,所以決定重新安裝:

sudo apt-get remove cmake cmake-data 解除安裝 cmake-data包的東西一起刪掉
sudo -E add-apt-repository -y ppa:george-edison55/cmake-3.x(ppa 源中的版本修改)
sudo -E apt-get update
sudo apt-get install cmake
然後就 更新到了 3.2.2的版本,不知道 路過的你是否有幫助