From 26467a463e64b6a869668b26ca064300275ffb14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Tue, 2 Sep 2025 14:20:10 +0800 Subject: [PATCH] chore(cmake): adapt to cmake >= 4.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c918720..ae2087c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.12) +cmake_minimum_required(VERSION 2.8.12...4.1.1) if (POLICY CMP0048) cmake_policy(SET CMP0048 NEW) endif (POLICY CMP0048)