From 0cbd35f1fd372d4f0c3871fad26251061436a24d Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Thu, 30 May 2024 16:03:20 +0200 Subject: [PATCH] INSTALL: Update minimal CMake version to match reality Signed-off-by: Jakub Jelen Reviewed-by: Sahana Prasad --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 7ed4ff20..a6a9cfec 100644 --- a/INSTALL +++ b/INSTALL @@ -7,7 +7,7 @@ In order to build libssh, you need to install several components: - A C compiler -- [CMake](https://www.cmake.org) >= 3.5.0 +- [CMake](https://www.cmake.org) >= 3.12.0 - [libz](https://www.zlib.net) >= 1.2 - [openssl](https://www.openssl.org) >= 1.1.1 or