Description: Bump cmake version for FindKF5
 KF5 stuff gets nervous and issues warnings when FindKF5 is used in an early
 cmake version. This patch increases the cmake version requirement
 to ensure that things don't go wrong there.
 .
 knutclient (1.1.1-1) groovy; urgency=medium
 .
   * New upstream release
Author: Chris <dpkg@chris-nz.com>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2021-06-17

--- knutclient-1.1.1.orig/CMakeLists.txt
+++ knutclient-1.1.1/CMakeLists.txt
@@ -1,5 +1,5 @@
 project(knutclient)
-cmake_minimum_required(VERSION 3.0)
+cmake_minimum_required(VERSION 3.16.0)
 
 ####### ECM = Extra CMake Modules ==========
 find_package(ECM 0.0.11 REQUIRED NO_MODULE)
