From cfb0cf2ad04058927b8b516e3400992d962d5a6b Mon Sep 17 00:00:00 2001 From: Brent Huisman <brenthuisman@users.noreply.github.com> Date: Tue, 28 Jul 2020 21:48:22 +0200 Subject: [PATCH] Update required CMake version in the docs (3.12). (#1090) --- doc/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install.rst b/doc/install.rst index 9098aa1c..b3518470 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -28,7 +28,7 @@ with very few tools. Tool Notes =========== ============================================ Git To check out the code, minimum version 2.0. - CMake To set up the build, minimum version 3.9 + CMake To set up the build, minimum version 3.12. compiler A C++14 compiler. See `compilers <install-compilers_>`_. =========== ============================================ -- GitLab