From 0db7f6880c2d0bf53dc81a26dc2ce6188c175af5 Mon Sep 17 00:00:00 2001 From: Dan Wang Date: Mon, 4 Mar 2024 11:02:31 +0800 Subject: [PATCH] increase the minimum required version of cmake to 3.24.0 (#80) --- _docs/en/build/compile-from-source.md | 2 +- _docs/zh/build/compile-from-source.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_docs/en/build/compile-from-source.md b/_docs/en/build/compile-from-source.md index 74fcdcff..4eab20e6 100755 --- a/_docs/en/build/compile-from-source.md +++ b/_docs/en/build/compile-from-source.md @@ -10,7 +10,7 @@ Since 2.4.0, Pegasus supports to build both on Linux and macOS. Please don't hes ## Requirements - GCC 5.4.0+ -- CMake 3.11.0+ +- CMake 3.24.0+ ## Linux environment diff --git a/_docs/zh/build/compile-from-source.md b/_docs/zh/build/compile-from-source.md index fac993c1..3c6c2d8a 100755 --- a/_docs/zh/build/compile-from-source.md +++ b/_docs/zh/build/compile-from-source.md @@ -11,7 +11,7 @@ version: master ## 环境要求 - GCC 5.4.0+ -- CMake 3.11.0+ +- CMake 3.24.0+ ## Linux环境配置