Skip to content

Commit 4e06423

Browse files
committed
Upgrade downloaded Catch2 version to v3.10.0
1 parent ccd9ed6 commit 4e06423

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 fee81626d2a4811095c3a39d20fb355eeb954101 # v3.9.1
28+
GIT_TAG 25319fd3047c6bdcf3c0170e76fa526c77f99ca9 # v3.10.0
2929
)
3030
FetchContent_GetProperties(Catch2)
3131
if (NOT Catch2_POPULATED)

0 commit comments

Comments
 (0)