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
No related branches found
No related tags found
1 merge request!14Fix json-cpp variable name
...@@ -172,13 +172,13 @@ RUN \ ...@@ -172,13 +172,13 @@ RUN \
make && \ make && \
make install make install
# nlohmann # json-cpp
ARG NLOHMANN_VERSION=be61ad147000be4802173d0d118fd1b8109b4668 ARG JSON_CPP_VERSION=be61ad147000be4802173d0d118fd1b8109b4668
RUN \ RUN \
cd /opt/dev && \ cd /opt/dev && \
git clone https://github.com/nlohmann/json.git && \ git clone https://github.com/nlohmann/json.git && \
cd json && \ cd json && \
git checkout ${NLOHMANN_VERSION} && \ git checkout ${JSON_CPP_VERSION} && \
mkdir build && \ mkdir build && \
cd build && \ cd build && \
cmake .. && \ cmake .. && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment