👷 install g++
This commit is contained in:
parent
c871c9a01c
commit
5e1cae0a7d
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
},
|
||||
"centos7-x86_64": {
|
||||
"buildenv": "centos7-x86_64",
|
||||
"builddeps": ["build-essential", "cmake", "wget"],
|
||||
"builddeps": ["cmake", "make", "wget", "gcc-g++"],
|
||||
"buildcmd": [
|
||||
"uname -a",
|
||||
"wget https://github.com/Kitware/CMake/releases/download/v3.14.0/cmake-3.14.0.tar.gz",
|
||||
|
|
Loading…
Reference in a new issue