From 43cd11b78d7063e39ac28d5fd1ad8c350bbbbc5d Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Wed, 23 Mar 2022 15:28:59 +0000 Subject: [PATCH] Fix target_num_features in pypopsift --- SuperBuild/cmake/External-PyPopsift.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SuperBuild/cmake/External-PyPopsift.cmake b/SuperBuild/cmake/External-PyPopsift.cmake index 9969444b..1e1d6fe1 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 271 + GIT_TAG 281 #--Update/Patch step---------- UPDATE_COMMAND "" #--Configure step-------------