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.
2 parents b822939 + 67789b7 commit 3eff49fCopy full SHA for 3eff49f
docker/Dockerfile
@@ -39,7 +39,7 @@ RUN git clone https://github.com/LASzip/LASzip.git && \
39
RUN git clone https://github.com/libLAS/libLAS.git && \
40
cd libLAS && \
41
mkdir build && cd build && \
42
- cmake .. -DWITH_LASZIP=ON -DWITH_GEOTIFF=OFF -DCMAKE_CXX_STANDARD=11 && \
+ cmake .. -DWITH_LASZIP=ON -DWITH_GEOTIFF=OFF -DCMAKE_CXX_STANDARD=14 && \
43
make -j$(nproc) && \
44
make install && \
45
cd ../.. && rm -rf libLAS
0 commit comments