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