From 6ce92b25b9e123e6349e75d0602f604f07357d81 Mon Sep 17 00:00:00 2001 From: Om Prakash Date: Mon, 15 Jan 2024 14:45:21 +0530 Subject: [PATCH] updated for cuda 12 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 50a81c8..fb966e8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ include(FetchContent) set(PopSift_BUILD_EXAMPLES OFF) FetchContent_Declare( popsift - GIT_REPOSITORY https://github.com/uav4geo/popsift/ + GIT_REPOSITORY https://github.com/alicevision/PopSift.git GIT_TAG develop ) set(FETCHCONTENT_QUIET OFF)