From 5e1cae0a7dbcf5d1c6dc5aae2084a38c46d59717 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sun, 24 Mar 2019 08:24:50 +0100 Subject: [PATCH] :construction_worker: install g++ --- .doozer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.doozer.json b/.doozer.json index 0ba65fdf..6d5b29c8 100644 --- a/.doozer.json +++ b/.doozer.json @@ -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",