From f9c498e23f8f1d256022c20f32e6f0f8b67d5760 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 6 Nov 2023 15:21:52 +0900 Subject: [PATCH] Increase cmake minimum version to 3.5 and debhelper compat level to 10 Signed-off-by: Michele Calgaro --- CMakeLists.txt | 2 +- debian/compat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d4000d9..22acc2b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ############################################ -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) #### general package setup diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10