mirror of https://github.com/ARMmbed/mbed-os.git
CMake: 3.19.0 update to fix ARMClang ASM defines
parent
9faeadc522
commit
e77c5324eb
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
# This is the boilerplate for Mbed OS
|
# This is the boilerplate for Mbed OS
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.18.2 FATAL_ERROR)
|
cmake_minimum_required(VERSION 3.19.0 FATAL_ERROR)
|
||||||
|
|
||||||
# Using relative paths behavior
|
# Using relative paths behavior
|
||||||
if(POLICY CMP0076)
|
if(POLICY CMP0076)
|
||||||
|
|
|
@ -37,13 +37,12 @@ Supported examples can be identified by the presence of a top level `CMakelists.
|
||||||
|
|
||||||
### Known issues
|
### Known issues
|
||||||
|
|
||||||
- ARMClang6: the assembler does not include definitions. It will be fixed in the upcoming release (>3.18.2). Reference: https://gitlab.kitware.com/cmake/cmake/-/issues/21148#note_823305
|
- Ninja: ARMClang6 response files require unix paths on Windows. Reference: https://gitlab.kitware.com/cmake/cmake/-/issues/21093. We disabled response files for Ninja on Windows until CMake is fixed.
|
||||||
- Ninja: ARMClang6 response files require unix paths on Windows. Reference: https://gitlab.kitware.com/cmake/cmake/-/issues/21093
|
|
||||||
|
|
||||||
## How to build an application
|
## How to build an application
|
||||||
|
|
||||||
Prerequisities:
|
Prerequisities:
|
||||||
- CMake >=3.18.2
|
- CMake >=3.19.0
|
||||||
- mbed-tools >=3.2.0
|
- mbed-tools >=3.2.0
|
||||||
|
|
||||||
From the application root or wherever `mbed-os.lib` is found:
|
From the application root or wherever `mbed-os.lib` is found:
|
||||||
|
|
Loading…
Reference in New Issue