From 52e3fc5bbd996bceb4cb5efe0c80c398a284c936 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Wed, 12 Jan 2022 10:13:29 -0500 Subject: [PATCH] Fix Could not get current device IDinitialization error --- SuperBuild/cmake/External-PyPopsift.cmake | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SuperBuild/cmake/External-PyPopsift.cmake b/SuperBuild/cmake/External-PyPopsift.cmake index b33d4ed1..9969444b 100644 --- a/SuperBuild/cmake/External-PyPopsift.cmake +++ b/SuperBuild/cmake/External-PyPopsift.cmake @@ -12,7 +12,7 @@ if(CUDA_FOUND) #--Download step-------------- DOWNLOAD_DIR ${SB_DOWNLOAD_DIR} GIT_REPOSITORY https://github.com/OpenDroneMap/pypopsift - GIT_TAG 270 + GIT_TAG 271 #--Update/Patch step---------- UPDATE_COMMAND "" #--Configure step------------- diff --git a/VERSION b/VERSION index 24ba9a38..860487ca 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.7.0 +2.7.1