update cmake_minimum_required to 3.21.0

pull/15117/head
Johannes Stratmann 2021-09-27 17:43:46 +02:00
parent 70b2193fa1
commit cfa8865230
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.19.0 FATAL_ERROR)
cmake_minimum_required(VERSION 3.21.0 FATAL_ERROR)
option(BUILD_GREENTEA_TESTS "Build greentea tests only." OFF)