From 2842ee65e09e5eda32db7f1d65f77ec42d51e973 Mon Sep 17 00:00:00 2001 From: tqcq <99722391+tqcq@users.noreply.github.com> Date: Wed, 18 Dec 2024 21:41:29 +0800 Subject: [PATCH] update cmake version --- third_party/mimalloc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/mimalloc/CMakeLists.txt b/third_party/mimalloc/CMakeLists.txt index 76ce571..681b269 100644 --- a/third_party/mimalloc/CMakeLists.txt +++ b/third_party/mimalloc/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.18) +cmake_minimum_required(VERSION 3.16) project(libmimalloc C CXX) set(CMAKE_C_STANDARD 11)