From ea5a60eb92c3c9b7d72ff814a7557f9e95ac97cd Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Mon, 25 Apr 2022 15:08:52 -0400 Subject: [PATCH] Update OpenSfM, bump version --- SuperBuild/cmake/External-OpenSfM.cmake | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SuperBuild/cmake/External-OpenSfM.cmake b/SuperBuild/cmake/External-OpenSfM.cmake index eb154566..c6d70095 100644 --- a/SuperBuild/cmake/External-OpenSfM.cmake +++ b/SuperBuild/cmake/External-OpenSfM.cmake @@ -19,7 +19,7 @@ ExternalProject_Add(${_proj_name} #--Download step-------------- DOWNLOAD_DIR ${SB_DOWNLOAD_DIR} GIT_REPOSITORY https://github.com/OpenDroneMap/OpenSfM/ - GIT_TAG 283 + GIT_TAG 284 #--Update/Patch step---------- UPDATE_COMMAND git submodule update --init --recursive #--Configure step------------- diff --git a/VERSION b/VERSION index 9f8d8a91..2701a226 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.8.3 +2.8.4