Skip to content

Commit ea57a9f

Browse files
SebastianBoegalak
authored andcommitted
cmake: Omit comments that are either redunant or wrong
Drop these CMake comments. It is redundant with a below comment to describe 'app', and it is incorrect to state that omitting boilerplate.cmake is permitted/supported. Signed-off-by: Sebastian Bøe <[email protected]>
1 parent 1108e38 commit ea57a9f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

cmake/app/boilerplate.cmake

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@
66
#
77
# It exists to reduce boilerplate code that Zephyr expects to be in
88
# application CMakeLists.txt code.
9-
#
10-
# Omitting it is permitted, but doing so incurs a maintenance cost as
11-
# the application must manage upstream changes to this file.
12-
13-
# app is a CMake library containing all the application code and is
14-
# modified by the entry point ${APPLICATION_SOURCE_DIR}/CMakeLists.txt
15-
# that was specified when cmake was called.
169

1710
# CMake version 3.13.1 is the real minimum supported version.
1811
#

0 commit comments

Comments
 (0)