Cmake时出现不支持c++11的errorCmake时出现error:no c++11 support, Please use a different c++ complier
Cmake时出现error:no c++11 support, Please use a different c++ complier问题原因:# Check C++11 or C++0x supportinclude(CheckCXXCompilerFlag)CHECK_CXX_COMPILER_FLAG("-std=c++11" COMPILER_SUPPORTS_CXX11)CHECK_CXX_COMPILER_FLAG("-std=c++0x" C