From c94b764a6e10d01f7ab046b9683351033713d98b Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sun, 24 Mar 2019 00:43:01 +0100 Subject: [PATCH] :construction_worker: fixed installation --- .doozer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.doozer.json b/.doozer.json index bac79dc6..0e037e8d 100644 --- a/.doozer.json +++ b/.doozer.json @@ -8,7 +8,7 @@ "wget https://github.com/Kitware/CMake/releases/download/v3.14.0/cmake-3.14.0.tar.gz", "tar xfz cmake-3.14.0.tar.gz", "cd cmake-3.14.0", - "cmake . -DBUILD_TESTING=OFF", + "./bootstrap", "make -j8", "cd ..", "mkdir build", @@ -20,7 +20,7 @@ }, "fedora24-x86_64": { "buildenv": "fedora24-x86_64", - "builddeps": ["cmake"], + "builddeps": ["cmake", "make", "gcc"], "buildcmd": [ "uname -a", "mkdir build",