From c86c76cd421e50ed545b5a8843acd7767f05399d Mon Sep 17 00:00:00 2001 From: Morwenn Date: Mon, 1 Apr 2024 17:31:19 +0200 Subject: [PATCH] Bump downloaded Catch2 version to v3.5.3 --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 2d117643..ee77933c 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -27,7 +27,7 @@ else() message(STATUS "Catch2 not found") download_project(PROJ Catch2 GIT_REPOSITORY https://github.com/catchorg/Catch2 - GIT_TAG v3.5.1 + GIT_TAG v3.5.3 UPDATE_DISCONNECTED 1 ) add_subdirectory(${Catch2_SOURCE_DIR} ${Catch2_BINARY_DIR})