Skip to content
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.

Commit

Permalink
Modify OpenCV_DIR for OpenCV 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shinsumicco committed Jun 12, 2019
1 parent c9688a8 commit 6ca6fb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.desktop
Expand Up @@ -140,7 +140,7 @@ RUN set -x && \
make install && \
cd /tmp && \
rm -rf *
ENV OpenCV_DIR=${CMAKE_INSTALL_PREFIX}/share/OpenCV
ENV OpenCV_DIR=${CMAKE_INSTALL_PREFIX}/lib/cmake/opencv4

# DBoW2
ARG DBOW2_COMMIT=687fcb74dd13717c46add667e3fbfa9828a7019f
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.socket
Expand Up @@ -133,7 +133,7 @@ RUN set -x && \
make install && \
cd /tmp && \
rm -rf *
ENV OpenCV_DIR=${CMAKE_INSTALL_PREFIX}/share/OpenCV
ENV OpenCV_DIR=${CMAKE_INSTALL_PREFIX}/lib/cmake/opencv4

# DBoW2
ARG DBOW2_COMMIT=687fcb74dd13717c46add667e3fbfa9828a7019f
Expand Down

0 comments on commit 6ca6fb3

Please sign in to comment.