From 937cca762fe0e5080a6851ed922deb8d4dd7a0ff Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Wed, 21 Dec 2016 09:54:11 +0100 Subject: [PATCH] :construction_worker: forgot to install make --- .doozer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.doozer.json b/.doozer.json index 808dbf21..2e1f73d5 100644 --- a/.doozer.json +++ b/.doozer.json @@ -37,7 +37,7 @@ }, "fedora24-x86_64": { "buildenv": "fedora24-x86_64", - "builddeps": ["cmake"], + "builddeps": ["cmake", "make"], "buildcmd": ["mkdir cm", "cd cm", "cmake ..", "cmake --build .", "ctest --output-on-failure"] }, "centos7-x86_64": {