Skip to content

Commit 76ed62c

Browse files
committed
chore(cmake): comment external library by default
Signed-off-by: Frederic Pillon <[email protected]>
1 parent d5a9832 commit 76ed62c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/templates/easy_cmake.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ include(external_library)
6666
# Please write them in using the DEPENDS ... clause
6767
# The same directives apply as for `build_sketch()` just below.
6868
{% for libdir in libs | sort %}
69-
external_library(PATH "{{"${USER_LIBS}"}}/{{libdir}}")
69+
# external_library(PATH "{{"${USER_LIBS}"}}/{{libdir}}")
7070
{% endfor %}
7171

7272
include(build_sketch)

0 commit comments

Comments
 (0)