From cb9e045e80827b8e54c03060c79a23de26e90d51 Mon Sep 17 00:00:00 2001 From: Martyn Gigg <martyn.gigg@stfc.ac.uk> Date: Fri, 7 Dec 2018 16:30:58 +0000 Subject: [PATCH] Add minimum version of cmake --- dev-docs/source/GettingStarted.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/source/GettingStarted.rst b/dev-docs/source/GettingStarted.rst index 0e0d6fdff14..e5e48eafce7 100644 --- a/dev-docs/source/GettingStarted.rst +++ b/dev-docs/source/GettingStarted.rst @@ -29,7 +29,7 @@ Install the following: * when the install has completed create a directory for storage of the LFS objects, e.g. ``C:\GitLFSStorage`` * open up Git Bash and run ``git config --global lfs.storage C:/GitLFSStorage`` -* `CMake <https://cmake.org/download/>`_ +* `CMake <https://cmake.org/download/>`_ >= 3.7 * `MiKTeX <https://miktex.org/download>`_. Installation instructions are `available here <https://miktex.org/howto/install-miktex>`_. Once installed: * open the MikTeX console from the start menu -- GitLab