Skip to content
Snippets Groups Projects

Fix tensor backend with copy

Merged Maxence Naud requested to merge fix_tensor-backend-with-copy into dev
2 files
+ 8
11
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -3,7 +3,7 @@ Include(FetchContent)
@@ -3,7 +3,7 @@ Include(FetchContent)
FetchContent_Declare(
FetchContent_Declare(
Catch2
Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v3.0.1 # or a later release
GIT_TAG v3.7.1 # or a later release
)
)
FetchContent_MakeAvailable(Catch2)
FetchContent_MakeAvailable(Catch2)
Loading