Skip to content

Commit 8e62f8a

Browse files
committed
Retrieves latest version of DBoW2 and DLib
1 parent 66c7c87 commit 8e62f8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ macro(GetDependency name other_dependency)
4343
ExternalProject_Add(${name}
4444
PREFIX ${DEPENDENCY_DIR}
4545
GIT_REPOSITORY http://github.com/dorian3d/${name}
46-
GIT_TAG v1.1-free
46+
GIT_TAG master
4747
INSTALL_DIR ${DEPENDENCY_INSTALL_DIR}
4848
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
4949
DEPENDS ${other_dependency})

0 commit comments

Comments
 (0)