Skip to content

Commit 38e5db2

Browse files
committed
cmake readme: fix equal sign
1 parent f4c3228 commit 38e5db2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmake/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## CMake for Mbed OS
22

3-
Until further notice, CMake for Mbed OS is still in the development.
3+
Until further notice, CMake for Mbed OS is still in the development.
44

55
### Supported targets
66

@@ -29,8 +29,8 @@ Supported examples can be identified by the presence of a top level `CMakelists.
2929
## How to build an application
3030

3131
Prerequisities:
32-
- CMake >3.18.2
33-
- mbed-tools >3.2.0
32+
- CMake >=3.18.2
33+
- mbed-tools >=3.2.0
3434

3535
From the application root run the following:
3636
1. To create Mbed OS configuration: `mbedtools configure -m target_name -t toolchain_name`

0 commit comments

Comments
 (0)