Skip to content
Snippets Groups Projects

Change 1D attribute Tensors for scalar Tensors and use compound assignment...

Merged Maxence Naud requested to merge fix_207-producer-clone into dev
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -4,7 +4,7 @@ include(FetchContent)
FetchContent_Declare(
Catch2
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)
Loading