Skip to content

Commit ebd2b07

Browse files
committed
Upgrade downloaded Catch2 version to v3.11.0
1 parent 25e3bdc commit ebd2b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ else()
2525
FetchContent_Declare(
2626
Catch2
2727
GIT_REPOSITORY https://github.com/catchorg/Catch2
28-
GIT_TAG 25319fd3047c6bdcf3c0170e76fa526c77f99ca9 # v3.10.0
28+
GIT_TAG b3fb4b9feafcd8d91c5cb510a4775143fdbef02f # v3.11.0
2929
)
3030
FetchContent_GetProperties(Catch2)
3131
if (NOT Catch2_POPULATED)

0 commit comments

Comments
 (0)