👷 fixed installation

This commit is contained in:
Niels Lohmann 2019-03-24 00:43:01 +01:00
parent 65cdccfa8a
commit c94b764a6e
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69

View file

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