From d8e61e8a87353acd68f26bfd4d32d57988026b3d Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Tue, 12 Jul 2022 08:58:31 -0400 Subject: [PATCH] Update odm_orthophoto --- SuperBuild/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SuperBuild/CMakeLists.txt b/SuperBuild/CMakeLists.txt index 3c167127..cebcb325 100644 --- a/SuperBuild/CMakeLists.txt +++ b/SuperBuild/CMakeLists.txt @@ -203,7 +203,7 @@ externalproject_add(dem2points externalproject_add(odm_orthophoto DEPENDS pcl opencv GIT_REPOSITORY https://github.com/OpenDroneMap/odm_orthophoto.git - GIT_TAG main + GIT_TAG 288 PREFIX ${SB_BINARY_DIR}/odm_orthophoto SOURCE_DIR ${SB_SOURCE_DIR}/odm_orthophoto CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=${SB_INSTALL_DIR}