CMake: Issue a fatal error if a lower version of CMake is used

pull/13566/head
Hugues Kamba 2020-07-27 11:24:30 +01:00
parent 2d1508d9d0
commit 4b13332d59
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)
cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
# Using relative paths behavior
if(POLICY CMP0076)