Skip to content

Commit 9a1f7f3

Browse files
committed
fix for LASTools
1 parent a184316 commit 9a1f7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN curl -s -SL "https://github.com/oneapi-src/oneTBB/releases/download/2019_U9/
2020
RUN cd /tmp && curl -s -SL "https://github.com/CGAL/LAStools/archive/master.zip" -o laslib.zip && unzip laslib.zip && \
2121
cd LAStools-master && \
2222
mkdir build && cd build && \
23-
cmake .. && make -j 6 && make install && cd / && rm -rf /tmp/LAStools-master
23+
cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5 .. && make -j 6 && make install && cd / && rm -rf /tmp/LAStools-master
2424

2525
RUN curl -s -SL "https://archives.boost.io/release/1.84.0/source/boost_1_84_0.tar.gz" | tar xz -C /tmp && \
2626
cd /tmp/boost_1_84_0 && \

0 commit comments

Comments
 (0)