Skip to content
Snippets Groups Projects
Unverified Commit 36c9bde0 authored by Roman Azarenko's avatar Roman Azarenko
Browse files

Fix json-cpp variable name

parent aaba21cd
Branches
Tags 0.28
1 merge request!14Fix json-cpp variable name
......@@ -172,13 +172,13 @@ RUN \
make && \
make install
# nlohmann
ARG NLOHMANN_VERSION=be61ad147000be4802173d0d118fd1b8109b4668
# json-cpp
ARG JSON_CPP_VERSION=be61ad147000be4802173d0d118fd1b8109b4668
RUN \
cd /opt/dev && \
git clone https://github.com/nlohmann/json.git && \
cd json && \
git checkout ${NLOHMANN_VERSION} && \
git checkout ${JSON_CPP_VERSION} && \
mkdir build && \
cd build && \
cmake .. && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment