From 5a05a2e38717dd488576b2e6a4ab45c929f4b1ca Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 13 Aug 2026 14:22:30 +0200 Subject: [PATCH] Bumping cmake_minimum_required to fix FTBFS with cmake 4. Signed-off-by: Daniel Baumann --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a14ffbc9..b66ea57b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.8) +cmake_minimum_required(VERSION 3.5) project(ipfixcol2) # Description of the project