Skip to content

Commit 8b87255

Browse files
authored
treetools to compile with geotiff
1 parent 625c72c commit 8b87255

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
@@ -48,7 +48,7 @@ RUN cd /home && \
4848
git clone https://github.com/csiro-robotics/treetools.git && \
4949
cd treetools && \
5050
mkdir build && cd build && \
51-
cmake .. && \
51+
cmake .. -DWITH_TIFF=ON && \
5252
make -j$(nproc) && make install
5353

5454
WORKDIR /data

0 commit comments

Comments
 (0)