Skip to content

Commit 1958952

Browse files
committed
test: update Catch2 to use version 2.11.0
1 parent 7af16d3 commit 1958952

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ if(BUILD_TESTING)
33

44
FetchContent_Declare(
55
libcatch2
6-
URL https://github.com/catchorg/Catch2/archive/v2.13.6.tar.gz
7-
# GIT_REPOSITORY https://github.com/catchorg/Catch2.git
8-
# GIT_TAG 15cf3ca
6+
URL https://github.com/catchorg/Catch2/archive/v2.11.0.tar.gz
7+
URL_HASH SHA1=debe7860b3c52d362f6c177ebe0033f8d69de1a6
8+
DOWNLOAD_EXTRACT_TIMESTAMP true
99
)
1010

1111
FetchContent_MakeAvailable(libcatch2)

0 commit comments

Comments
 (0)