From b28857cc16c7fea2f6135ea33b1c5b9296d70e78 Mon Sep 17 00:00:00 2001 From: Michal Vasko Date: Wed, 31 Jan 2024 11:23:04 +0100 Subject: [PATCH] build UPDATE set max cmake version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 80124b87..b4775f5f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.5...3.28.1) project(netopeer2 C) set(NETOPEER2_DESC "NETCONF tools suite including a server and command-line client")