cmake 出现 The CXX compiler identification is unknown
原因:cmake找不到C++的编译器(比如找不到g++)
解决:安装g++
yum list gcc-c++
yum install gcc-c++.x86_64