diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 9d76246..1b063ac 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,11 +1,9 @@ - - Include(FetchContent) FetchContent_Declare( Catch2 GIT_REPOSITORY https://github.com/catchorg/Catch2.git - GIT_TAG v3.0.0-preview3 + GIT_TAG v3.5.2 #v3.0.0-preview3 ) FetchContent_MakeAvailable(Catch2)