From 135e4d65e89f4e5dd1680060d3b02b2c0bdb4a68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20M=C3=BCller?= Date: Thu, 30 Jun 2022 14:58:41 +0200 Subject: [PATCH] Update catch to latest version --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 3b24dac..45b5b9e 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -5,7 +5,7 @@ # Fetch catch. message(STATUS "Fetching catch") include(FetchContent) -FetchContent_Declare(catch URL https://github.com/catchorg/Catch2/archive/v2.13.4.zip) +FetchContent_Declare(catch URL https://github.com/catchorg/Catch2/archive/refs/tags/v2.13.9.zip) FetchContent_MakeAvailable(catch) set(tests