8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a9832 commit 76ed62cCopy full SHA for 76ed62c
cmake/templates/easy_cmake.cmake
@@ -66,7 +66,7 @@ include(external_library)
66
# Please write them in using the DEPENDS ... clause
67
# The same directives apply as for `build_sketch()` just below.
68
{% for libdir in libs | sort %}
69
-external_library(PATH "{{"${USER_LIBS}"}}/{{libdir}}")
+# external_library(PATH "{{"${USER_LIBS}"}}/{{libdir}}")
70
{% endfor %}
71
72
include(build_sketch)
0 commit comments