From 150031861d606ef873c342f177ab74908989ec5e Mon Sep 17 00:00:00 2001 From: jadebenn Date: Thu, 28 Mar 2024 21:32:46 -0500 Subject: [PATCH] Update README.md (#1518) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0dffaad..1caa0fb0 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ sudo apt install build-essential gcc zlib1g-dev libssl-dev openssl mariadb-serve ``` #### Required CMake version -This project uses **CMake version 3.18** or higher and as such you will need to ensure you have this version installed. +This project uses **CMake version 3.25** or higher and as such you will need to ensure you have this version installed. You can check your CMake version by using the following command in a terminal. ```bash cmake --version