mirror of
https://github.com/nlohmann/json.git
synced 2026-03-18 15:06:00 +00:00
👷 fixed installation
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user