1
0
mirror of https://github.com/nlohmann/json synced 2024-11-10 14:30:08 +00:00

👷 fixed syntax error

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

View File

@ -7,10 +7,10 @@
"uname -a",
"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"
"cd cmake-3.14.0",
"cmake . -DBUILD_TESTING=OFF",
"make -j8",
"cd .."
"cd ..",
"mkdir build",
"cd build",
"../../cmake-3.14.0/bin/cmake ..",