From f9c498e23f8f1d256022c20f32e6f0f8b67d5760 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 6 Nov 2023 15:21:52 +0900 Subject: Increase cmake minimum version to 3.5 and debhelper compat level to 10 Signed-off-by: Michele Calgaro --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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 -- cgit v1.2.1