Set minimum CMake version to 3.21
* Update documentation to list CMake 3.21 as the default version. This
brings the documentation in line with the cmake files, which already
use 3.21 as the minimum version.
* Downgrade the CMake version required by the IAR build from 3.22 to
3.21. This makes the CMake minimum version consistent across the
entire repository. (similar work is required for an example in
tf-m-extras).
Change-Id: I57e42a07ad7894c663670136e580518f7d299dc4
Signed-off-by: Nik Dewally <Nik.Dewally@arm.com>
diff --git a/docs/getting_started/tfm_getting_started.rst b/docs/getting_started/tfm_getting_started.rst
index 8983625..0d7d53e 100644
--- a/docs/getting_started/tfm_getting_started.rst
+++ b/docs/getting_started/tfm_getting_started.rst
@@ -73,7 +73,7 @@
.. note::
- Please download cmake 3.15 or later version from https://cmake.org/download/.
+ Please download CMake version 3.21 or later from https://cmake.org/download/.
4. add CMake path into environment:
@@ -87,10 +87,10 @@
Windows 10 x64
- 2. install dependecies:
+ 2. install dependencies:
- Git client latest version (https://git-scm.com/download/win)
- - CMake (`native Windows version <https://cmake.org/download/>`__)
+ - CMake version 3.21 or later (`native Windows version <https://cmake.org/download/>`__)
- GNU make (http://gnuwin32.sourceforge.net/packages/make.htm)
- Python3 `(native Windows version) <https://www.python.org/downloads/>`__ and
the pip package manager (from Python 3.4 it's included)
@@ -418,7 +418,7 @@
To build the TF-M firmware the following tools are needed:
- C compiler of supported toolchains
- - CMake version 3.15 or later
+ - CMake version 3.21 or later
- Git
- gmake, aka GNU Make
- Python v3.x