From 8e48049013a5a6668d2bd3c1bcb1fbc0ddd9534d Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 7 Sep 2023 14:45:42 +0200 Subject: cmake: consolidate find_package invocations --- source/tests/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/tests/CMakeLists.txt') diff --git a/source/tests/CMakeLists.txt b/source/tests/CMakeLists.txt index bf49461..769814c 100644 --- a/source/tests/CMakeLists.txt +++ b/source/tests/CMakeLists.txt @@ -1,5 +1,3 @@ -find_package("Catch2" REQUIRED COMPONENTS "Catch2WithMain") - include("Catch") add_subdirectory("lib/system") \ No newline at end of file -- cgit v1.2.3