File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ list(APPEND CMAKE_MODULE_PATH {{"${CORE_PATH}"}}/cmake)
20
20
set (CMAKE_TOOLCHAIN_FILE toolchain)
21
21
22
22
23
- # You may remove this block when using this file as the sketch's CMakeLists.txt
23
+ # This block can be removed when using this file as the sketch's CMakeLists.txt
24
24
if (NOT ${CMAKE_PARENT_LIST_FILE} STREQUAL ${CMAKE_CURRENT_LIST_FILE} )
25
- # When we are imported from the main CMakeLists.txt, we should stop here
25
+ # When imported from the main CMakeLists.txt, it should stop here
26
26
# not to interfere with the true build config.
27
27
return ()
28
28
endif ()
@@ -62,7 +62,7 @@ overall_settings(
62
62
# STEP 3: configure your sketch
63
63
# -----------------------------------------------------------------------------
64
64
include (external_library)
65
- # I cannot tell the dependencies of the library ahead-of-time
65
+ # Cannot tell the dependencies of the library ahead-of-time
66
66
# Please write them in using the DEPENDS ... clause
67
67
# The same directives apply as for `build_sketch()` just below.
68
68
{% for libdir in libs | sort %}
You can’t perform that action at this time.
0 commit comments