From 723a584ba63b64edca0358cd84dc92bdb79b28f8 Mon Sep 17 00:00:00 2001 From: Evgeniy Patlan Date: Fri, 27 May 2022 13:55:34 +0300 Subject: [PATCH] Fix cmake version needed for build --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 19f4db91b..89605296b 100644 --- a/INSTALL +++ b/INSTALL @@ -5,7 +5,7 @@ Dependencies ============ Mandatory -- cmake 2.8.12 (note: if you're using a very recent version of cmake and it +- cmake 3.5.1 (note: if you're using a very recent version of cmake and it doesn't work, try downgrading) - gcc 5/VisualStudio 2015/clang 8 - MySQL client libraries built from sources