From d0fe27708edf976f1aad25064a2dcdc6cb887ec1 Mon Sep 17 00:00:00 2001 From: Alexandre Bouvier Date: Thu, 5 Jan 2023 03:38:38 +0100 Subject: tests: update catch2 to 3.0.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index cee720940..658a2816b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -242,7 +242,7 @@ if (ENABLE_WEB_SERVICE) endif() if (YUZU_TESTS) - find_package(Catch2 2.13.7 REQUIRED) + find_package(Catch2 3.0.1 REQUIRED) endif() find_package(Boost 1.73.0 COMPONENTS context) -- cgit v1.2.3