From 4c68156184be63e75f54f5b8b06a640d7d2a497a Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Wed, 6 Sep 2023 21:09:29 +0200 Subject: deps: remove asio remnants and fix fmt --- source/tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/tests/CMakeLists.txt') diff --git a/source/tests/CMakeLists.txt b/source/tests/CMakeLists.txt index 110c864..bf49461 100644 --- a/source/tests/CMakeLists.txt +++ b/source/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -find_package("Catch2") +find_package("Catch2" REQUIRED COMPONENTS "Catch2WithMain") include("Catch") -- cgit v1.2.3