Skip to content

Commit

Permalink
update cmake_minimum_required to 3.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JojoS62 committed Sep 28, 2021
1 parent 70b2193 commit cfa8865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit cfa8865

Please sign in to comment.