From 92eed962653e00b4155d406cdb83fd0a7e6d35a2 Mon Sep 17 00:00:00 2001 From: Ewan Date: Wed, 17 Jun 2020 13:14:27 +0100 Subject: [PATCH] Docs: Spell CMake correctly in BuildInstructions --- Documentation/BuildInstructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/BuildInstructions.md b/Documentation/BuildInstructions.md index 07463313c3..fd9a276778 100644 --- a/Documentation/BuildInstructions.md +++ b/Documentation/BuildInstructions.md @@ -27,7 +27,7 @@ sudo apt-get install gcc-9 g++-9 sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 900 --slave /usr/bin/g++ g++ /usr/bin/g++-9 ``` -Ensure your cmake version is >= 3.16 with `cmake --version`. If your package manager doesn't provide you with a suitable version you can download it directly from the [cmake website](https://cmake.org/download). +Ensure your CMake version is >= 3.16 with `cmake --version`. If your package manager doesn't provide you with a suitable version you can download it directly from the [CMake website](https://cmake.org/download). #### macOS prerequisites Make sure you have all the dependencies installed: