Skip to content

Commit

Permalink
[Build] Update docker build openMVG#2158
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoulon committed Feb 4, 2023
1 parent 8dd5817 commit 8eca12d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata;
libceres-dev \
libflann-dev \
libjpeg-dev \
liblemon-dev \
libpng-dev \
libtiff-dev \
git \
Expand All @@ -33,6 +34,7 @@ RUN mkdir /opt/openMVG_Build; \
-DOpenMVG_BUILD_TESTS=ON \
-DOpenMVG_BUILD_EXAMPLES=OFF \
-DCOINUTILS_INCLUDE_DIR_HINTS=/usr/include \
-DLEMON_INCLUDE_DIR_HINTS=/usr/include/lemon \
-DCLP_INCLUDE_DIR_HINTS=/usr/include \
-DOSI_INCLUDE_DIR_HINTS=/usr/include \
../openMVG/src; \
Expand Down

0 comments on commit 8eca12d

Please sign in to comment.