From ff0c3d28b60bbdb7a76e5a9d58e0e91cfa07adf3 Mon Sep 17 00:00:00 2001 From: Leslie Zhai Date: Thu, 21 May 2026 10:00:42 +0800 Subject: [PATCH] [CMAKE] Updated minimum cmake version to be 3.19 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 146786f874..fb273f76df 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.13) +cmake_minimum_required(VERSION 3.19) cmake_policy(SET CMP0065 NEW)