cmake 指定gcc/g++版本

export CC=/usr/local/bin/gcc
export CXX=/usr/local/bin/g++
cmake /path/to/your/project
make
相关文章
相关标签/搜索