From 0d2fa6ef8579d34335fe8f04da3b6c2f47e9ef7e Mon Sep 17 00:00:00 2001 From: Dawid Drozd Date: Sat, 30 Mar 2019 15:12:09 +0100 Subject: [PATCH] Update required Catch2 to 2.6 --- test/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index c87cabb..f018b44 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -13,8 +13,7 @@ if (NOT TARGET Dexode::EventBus) find_package(EventBus CONFIG REQUIRED) endif () -# From 2.3.X they broke back compatibility -find_package(Catch2 2.3 REQUIRED) +find_package(Catch2 2.6 REQUIRED) find_package(Threads REQUIRED) # Target definition