Skip to content

Commit c60447e

Browse files
committed
Upgrade downloaded Catch2 version to v3.12.0
1 parent b1383a3 commit c60447e

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 b3fb4b9feafcd8d91c5cb510a4775143fdbef02f # v3.11.0
28+
GIT_TAG 88abf9bf325c798c33f54f6b9220ef885b267f4f # v3.12.0
2929
)
3030
FetchContent_GetProperties(Catch2)
3131
if (NOT Catch2_POPULATED)

0 commit comments

Comments
 (0)