This is an automated email from the ASF dual-hosted git repository. wangdan pushed a commit to branch cmake-min-3.24.0 in repository https://gitbox.apache.org/repos/asf/incubator-pegasus-website.git
commit cc179fe0c36d1652e4652aa188b36c920fc26787 Author: Dan Wang <[email protected]> AuthorDate: Fri Mar 1 17:13:34 2024 +0800 increase the minimum required version of cmake to 3.24.0 --- _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环境配置 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
