We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a184316 commit 9a1f7f3Copy full SHA for 9a1f7f3
Dockerfile
@@ -20,7 +20,7 @@ RUN curl -s -SL "https://github.com/oneapi-src/oneTBB/releases/download/2019_U9/
20
RUN cd /tmp && curl -s -SL "https://github.com/CGAL/LAStools/archive/master.zip" -o laslib.zip && unzip laslib.zip && \
21
cd LAStools-master && \
22
mkdir build && cd build && \
23
- cmake .. && make -j 6 && make install && cd / && rm -rf /tmp/LAStools-master
+ cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5 .. && make -j 6 && make install && cd / && rm -rf /tmp/LAStools-master
24
25
RUN curl -s -SL "https://archives.boost.io/release/1.84.0/source/boost_1_84_0.tar.gz" | tar xz -C /tmp && \
26
cd /tmp/boost_1_84_0 && \
0 commit comments