From 447a893a2f182a7a0c9542dc87172e8c67f64686 Mon Sep 17 00:00:00 2001 From: Torsten Rasmussen Date: Thu, 18 Nov 2021 16:58:10 +0100 Subject: [PATCH] cmake: boilerplate update comment to CMake 3.20 boilerplate.cmake contained a comment referring to CMake 3.13.1 but minimal required version is 3.20, so update the comment to 3.20. Signed-off-by: Torsten Rasmussen --- cmake/app/boilerplate.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/app/boilerplate.cmake b/cmake/app/boilerplate.cmake index d9397255c7f..f77fbc0db7f 100644 --- a/cmake/app/boilerplate.cmake +++ b/cmake/app/boilerplate.cmake @@ -17,7 +17,7 @@ # It exists to reduce boilerplate code that Zephyr expects to be in # application CMakeLists.txt code. -# CMake version 3.13.1 is the real minimum supported version. +# CMake version 3.20 is the real minimum supported version. # # Unfortunately CMake requires the toplevel CMakeLists.txt file to # define the required version, not even invoking it from an included