Skip to content

Commit 63180eb

Browse files
README.md: Adjust CMake minimum version
Adjust CMake minimum version to 3.20.2. That is the version in CentOS which is the rolling-delivery upstream of RHEL 9. Signed-off-by: Ronald Cron <[email protected]>
1 parent 864c31a commit 63180eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ We use CMake to configure and drive our build process. Three libraries are built
3939

4040
You need the following tools to build the library from the main branch with the provided CMake files. Mbed TLS minimum tool version requirements are set based on the versions shipped in the latest or penultimate (depending on the release cadence) long-term support releases of major Linux distributions, namely at time of writing: Ubuntu 22.04, RHEL 9, and SLES 15 SP4.
4141

42-
* CMake 3.20.4 or later.
42+
* CMake 3.20.2 or later.
4343
* A build system like Make or Ninja for which CMake can generate build files.
4444
* A C99 toolchain (compiler, linker, archiver). We actively test with GCC 5.4, Clang 3.8, Arm Compiler 6, and Visual Studio 2017 Compiler. More recent versions should work. Slightly older versions may work.
4545
* Python 3.8 or later to generate the test code. Python is also needed to build the development branch (see next section).

0 commit comments

Comments
 (0)