mirror of https://github.com/ARMmbed/mbed-os.git
CMake: Issue a fatal error if a lower version of CMake is used
parent
2d1508d9d0
commit
4b13332d59
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue