diff --git a/CMakeLists.txt b/CMakeLists.txt index a42d77976..c8a48323c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -162,7 +162,7 @@ ENDIF() FetchContent_Declare( Catch2 GIT_REPOSITORY https://github.com/catchorg/Catch2.git - GIT_TAG v3.3.2 + GIT_TAG v3.5.2 ) FetchContent_MakeAvailable(Catch2)