Skip to content

Commit 7706b03

Browse files
committed
Merge branch 'main' of https://github.com/csiro-robotics/raycloudtools into main
2 parents f3a1e20 + 3eff49f commit 7706b03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN git clone https://github.com/LASzip/LASzip.git && \
3939
RUN git clone https://github.com/libLAS/libLAS.git && \
4040
cd libLAS && \
4141
mkdir build && cd build && \
42-
cmake .. -DWITH_LASZIP=ON -DWITH_GEOTIFF=OFF -DCMAKE_CXX_STANDARD=11 && \
42+
cmake .. -DWITH_LASZIP=ON -DWITH_GEOTIFF=OFF -DCMAKE_CXX_STANDARD=14 && \
4343
make -j$(nproc) && \
4444
make install && \
4545
cd ../.. && rm -rf libLAS

0 commit comments

Comments
 (0)