mirror of https://github.com/ARMmbed/mbed-os.git
CMake: 3.18.2 minimum version set
There are fixes in the latest version we need for ARMClang.pull/13566/head
parent
e7caa8993a
commit
9d1ae521e8
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
# This is the boilerplate for Mbed OS
|
||||
|
||||
cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
|
||||
cmake_minimum_required(VERSION 3.18.2 FATAL_ERROR)
|
||||
|
||||
# Using relative paths behavior
|
||||
if(POLICY CMP0076)
|
||||
|
|
|
|||
Loading…
Reference in New Issue