From f9ac71acafa928dfc69bfc7cdd0721deb4c8ab0f Mon Sep 17 00:00:00 2001 From: LoveSy Date: Fri, 7 Jun 2024 17:54:43 +0800 Subject: [PATCH] Revert cmake_minimum_required to 3.26 Fix #3993 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 89ed7520a58e..aa32199746ac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.8...3.28) +cmake_minimum_required(VERSION 3.8...3.26) # Fallback for using newer policies on CMake <3.12. if (${CMAKE_VERSION} VERSION_LESS 3.12)