From 8004f7eba5d1bf33f0691eef5f887f2cd3140cb5 Mon Sep 17 00:00:00 2001 From: Linwei Date: Fri, 1 May 2026 21:54:42 +0800 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c15a39f..fea5bef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.10) +CMAKE_MINIMUM_REQUIRED(VERSION 4.0) project(kcp LANGUAGES C)