From b1651ff092e86099b39cba6fe5abfb3ad7514daf Mon Sep 17 00:00:00 2001 From: Maureen Helm Date: Tue, 9 Jun 2020 18:22:04 -0500 Subject: [PATCH] zephyr: Increase minimum required cmake version to 3.13.1. The minimum required cmake version has been 3.13.1 since zephyr 1.14.0. --- ports/zephyr/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/zephyr/CMakeLists.txt b/ports/zephyr/CMakeLists.txt index 017b0689ce..2cc19a93f1 100644 --- a/ports/zephyr/CMakeLists.txt +++ b/ports/zephyr/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.8) +cmake_minimum_required(VERSION 3.13.1) include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE) project(NONE)