From 4327ae0bef5e65ec975d09a08417ae93b8fa157b Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sun, 24 Mar 2019 00:15:57 +0100 Subject: [PATCH] :construction_worker: need more recent cmake for CentOS --- .doozer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.doozer.json b/.doozer.json index 51c4c962..1115916d 100644 --- a/.doozer.json +++ b/.doozer.json @@ -26,7 +26,7 @@ }, "centos7-x86_64": { "buildenv": "centos7-x86_64", - "builddeps": ["build-essential", "cmake"], + "builddeps": ["build-essential", "cmake3"], "buildcmd": [ "uname -a", "mkdir build",