1.a C++11-standard-compliant compiler:
CMakeList.txt中增加add_compile_options(-std=c++11)
2.重新cmake:
删除文件夹下的文件 rm CMakeCache.txt 重新编译即可