原
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found
Ubuntu下cmake报错:“CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found” 安装g++即可:sudo apt-get/aptitude install g++...