Skip to content
Snippets Groups Projects
Commit 56fbe45d authored by Timo Millenaar's avatar Timo Millenaar
Browse files

Merge branch 'fix_dp3_version' into 'master'

Fix DP3 version. I think the new version breaks because it expects c++ >= 20

See merge request !24
parents e3ba2213 5696e2bb
Branches
Tags v0.5.12 v0.5.13 v0.5.14
1 merge request!24Fix DP3 version. I think the new version breaks because it expects c++ >= 20
Pipeline #106492 passed
......@@ -86,7 +86,7 @@ RUN git clone --no-checkout \
cmake .. && \
make install -j`nproc`
ARG DP3_COMMIT=master
ARG DP3_COMMIT=86fba922
RUN git clone --no-checkout \
https://git.astron.nl/RD/DP3.git && \
mkdir DP3/build && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment