diff --git a/cmake/catch2.cmake b/cmake/catch2.cmake index 09f4919..3d0a003 100644 --- a/cmake/catch2.cmake +++ b/cmake/catch2.cmake @@ -6,7 +6,7 @@ if(NOT Catch2_FOUND) FetchContent_Declare( Catch2 GIT_REPOSITORY https://github.com/catchorg/catch2 - GIT_TAG v3.3.2 + GIT_TAG v3.5.4 ) FetchContent_MakeAvailable(Catch2)