updated catch2 to v3.3.1
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Gulliver 2023-01-29 23:59:28 +01:00
parent ed525909bb
commit a2747b6934
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ set(CATCH_INSTALL_EXTRAS Off)
FetchContent_Declare(
Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v3.2.0
GIT_TAG v3.3.1
)
FetchContent_MakeAvailable(Catch2)