CMake: 3.19.0 update to fix ARMClang ASM defines

pull/13566/head
Martin Kojtal 2020-10-29 10:03:42 +00:00 committed by Hugues Kamba
parent 9faeadc522
commit e77c5324eb
2 changed files with 3 additions and 4 deletions

View File

@ -3,7 +3,7 @@
# 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
if(POLICY CMP0076)

View File

@ -37,13 +37,12 @@ Supported examples can be identified by the presence of a top level `CMakelists.
### 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
- 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.
## How to build an application
Prerequisities:
- CMake >=3.18.2
- CMake >=3.19.0
- mbed-tools >=3.2.0
From the application root or wherever `mbed-os.lib` is found: