From 7287c6c0a90cbbfea7b9a9fea14ad381a941aafe Mon Sep 17 00:00:00 2001 From: John Romein <romein@astron.nl> Date: Fri, 13 Oct 2023 19:47:05 +0200 Subject: [PATCH] Use the latest version of the cuda wrappers. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1906bf3..e83e9ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ include(FetchContent) FetchContent_Declare( cudawrappers GIT_REPOSITORY https://github.com/nlesc-recruit/cudawrappers - GIT_TAG 0.6.0 + GIT_TAG main ) FetchContent_MakeAvailable(cudawrappers) -- GitLab