From 0e10c1956c4b6d7365d0817b8575ff1f456b1330 Mon Sep 17 00:00:00 2001
From: Bram Veenboer <bram.veenboer@gmail.com>
Date: Fri, 6 Oct 2023 13:16:52 +0200
Subject: [PATCH] Use cudawrappers 0.6.0

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index c4b36a2..538ce1c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,7 +23,7 @@ include(FetchContent)
 FetchContent_Declare(
   cudawrappers
   GIT_REPOSITORY https://github.com/nlesc-recruit/cudawrappers
-  GIT_TAG main)
+  GIT_TAG 0.6.0)
 FetchContent_MakeAvailable(cudawrappers)
 
 # Set up libtcc
-- 
GitLab