👷 install g++

This commit is contained in:
Niels Lohmann 2019-03-24 08:24:50 +01:00
parent c871c9a01c
commit 5e1cae0a7d
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69

View file

@ -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",