From 02570ed632a75265db9472f8b8f26a5aa8b9d633 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Wed, 19 Apr 2023 13:17:20 -0400 Subject: [PATCH] FLANN LSH Indexing for binary descriptors --- SuperBuild/cmake/External-OpenSfM.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SuperBuild/cmake/External-OpenSfM.cmake b/SuperBuild/cmake/External-OpenSfM.cmake index 2e18f6d5..1b266563 100644 --- a/SuperBuild/cmake/External-OpenSfM.cmake +++ b/SuperBuild/cmake/External-OpenSfM.cmake @@ -25,7 +25,7 @@ ExternalProject_Add(${_proj_name} #--Download step-------------- DOWNLOAD_DIR ${SB_DOWNLOAD_DIR} GIT_REPOSITORY https://github.com/OpenDroneMap/OpenSfM/ - GIT_TAG 305 + GIT_TAG 312 #--Update/Patch step---------- UPDATE_COMMAND git submodule update --init --recursive #--Configure step-------------