From abfc7f58ee8beb9f0783ecd7ebe613eb4226b13d Mon Sep 17 00:00:00 2001 From: Nathan Date: Sun, 24 Aug 2025 10:51:35 -0700 Subject: [PATCH] Use pyposift that compiles on Ubuntu 24.04 with CUDA 13 --- SuperBuild/cmake/External-PyPopsift.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SuperBuild/cmake/External-PyPopsift.cmake b/SuperBuild/cmake/External-PyPopsift.cmake index fd65e7c3..ebefec5e 100644 --- a/SuperBuild/cmake/External-PyPopsift.cmake +++ b/SuperBuild/cmake/External-PyPopsift.cmake @@ -5,14 +5,14 @@ find_package(CUDA 7.0) if(CUDA_FOUND) ExternalProject_Add(pypopsift - DEPENDS opensfm + DEPENDS PREFIX ${_SB_BINARY_DIR} TMP_DIR ${_SB_BINARY_DIR}/tmp STAMP_DIR ${_SB_BINARY_DIR}/stamp #--Download step-------------- DOWNLOAD_DIR ${SB_DOWNLOAD_DIR} GIT_REPOSITORY https://github.com/NathanMOlson/pypopsift - GIT_TAG 3c4491b24b6d21db856e0b785146409c1a21a4fa + GIT_TAG 62373ff5b634d13128ea1a993d9799003102d13e #--Update/Patch step---------- UPDATE_COMMAND "" #--Configure step-------------