From c0ec87fd17c91520f9abd8dbf7c30b259391c536 Mon Sep 17 00:00:00 2001 From: phoenix Date: Fri, 3 Jul 2026 00:54:42 -0400 Subject: [PATCH] Updating cmake version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c5f6903..e88e7a8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.10) +cmake_minimum_required(VERSION 4.3.4) project(klist)