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 <Torsten.Rasmussen@nordicsemi.no>
This commit is contained in:
parent
4315140702
commit
447a893a2f
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
# It exists to reduce boilerplate code that Zephyr expects to be in
|
# It exists to reduce boilerplate code that Zephyr expects to be in
|
||||||
# application CMakeLists.txt code.
|
# 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
|
# Unfortunately CMake requires the toplevel CMakeLists.txt file to
|
||||||
# define the required version, not even invoking it from an included
|
# define the required version, not even invoking it from an included
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue