From 4685d33caeffb1a3aa2694e7f460c0f177e0e6d3 Mon Sep 17 00:00:00 2001 From: Amir Yalamov Date: Fri, 12 Jun 2020 13:02:37 -0400 Subject: [PATCH] update required CMake version --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 905661a812..c1b5ce3dce 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -5,7 +5,7 @@ Build instructions ------------------ Required tools: -* CMake >= 3.4 +* CMake >= 3.11 * Git * C/C++ compiler (gcc or visual studio or clang) with C++11 support.