From d7352d827df8f422eb55dc88448f346cafdb05e4 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Mon, 14 Sep 2020 17:39:03 -0400 Subject: Fix CMake warning about finding module CMake now warns if you include a module directly rather than using find_dependency. Apply a patch from upstream to fix the problem. Closes: https://bugs.debian.org/970333 --- debian/patches/series | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/patches/series') diff --git a/debian/patches/series b/debian/patches/series index f99c8e0c..f544d1d9 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ license.diff configure.diff +bug970333.diff -- cgit v1.2.3