mirror of
https://github.com/nlohmann/json.git
synced 2026-05-23 14:45:36 +00:00
👷 fixed syntax error
This commit is contained in:
+2
-2
@@ -7,10 +7,10 @@
|
|||||||
"uname -a",
|
"uname -a",
|
||||||
"wget https://github.com/Kitware/CMake/releases/download/v3.14.0/cmake-3.14.0.tar.gz",
|
"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",
|
"tar xfz cmake-3.14.0.tar.gz",
|
||||||
"cd cmake-3.14.0"
|
"cd cmake-3.14.0",
|
||||||
"cmake . -DBUILD_TESTING=OFF",
|
"cmake . -DBUILD_TESTING=OFF",
|
||||||
"make -j8",
|
"make -j8",
|
||||||
"cd .."
|
"cd ..",
|
||||||
"mkdir build",
|
"mkdir build",
|
||||||
"cd build",
|
"cd build",
|
||||||
"../../cmake-3.14.0/bin/cmake ..",
|
"../../cmake-3.14.0/bin/cmake ..",
|
||||||
|
|||||||
Reference in New Issue
Block a user