diff --git a/CMakeLists.txt b/CMakeLists.txt index c4b36a2c36e50a0a5c7403823234a01d4c4f77a3..538ce1cfcd57add1673d76ec98e843ce31912d36 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