From de44e5c2cd558729a01f0ce83df89270ccf6d4ea Mon Sep 17 00:00:00 2001 From: tqcq <99722391+tqcq@users.noreply.github.com> Date: Tue, 23 Dec 2025 12:06:00 +0800 Subject: [PATCH] feat: upgrade minimum cmake version >= 3.10 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8101f29..331de31 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.10) set(tile_VERSION_MAJOR 0) set(tile_VERSION_MINOR 1)