Revert "update cmake_minimum_required to 3.21.0"

This reverts commit cfa8865230.
pull/15117/head
Johannes Stratmann 2021-10-05 17:16:59 +02:00
parent 5ae8e0eec0
commit 750247c472
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.21.0 FATAL_ERROR)
cmake_minimum_required(VERSION 3.19.0 FATAL_ERROR)
option(BUILD_GREENTEA_TESTS "Build greentea tests only." OFF)