CMake: 3.18.2 minimum version set

There are fixes in the latest version we need for ARMClang.
pull/13566/head
Martin Kojtal 2020-09-04 08:25:48 +01:00 committed by Hugues Kamba
parent e7caa8993a
commit 9d1ae521e8
1 changed files with 1 additions and 1 deletions

View File

@ -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)