diff --git a/CMakeLists.txt b/CMakeLists.txt index a7b5e2149d..2f751b85ac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ # This is the boilerplate for Mbed OS -cmake_minimum_required(VERSION 3.13 FATAL_ERROR) +cmake_minimum_required(VERSION 3.18.2 FATAL_ERROR) # Using relative paths behavior if(POLICY CMP0076)