Skip to content

Commit 6906e61

Browse files
authored
fix components compile issues
1 parent a7399e2 commit 6906e61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
set(min_supported_idf_version "5.1.0")
99
set(max_supported_idf_version "5.1.99")
1010
set(idf_version "${IDF_VERSION_MAJOR}.${IDF_VERSION_MINOR}.${IDF_VERSION_PATCH}")
11+
set(ENV{IDF_COMPONENT_OVERWRITE_MANAGED_COMPONENTS} 1)
1112

1213
if ("${idf_version}" AND NOT "$ENV{ARDUINO_SKIP_IDF_VERSION_CHECK}")
1314
if (idf_version VERSION_LESS min_supported_idf_version)

0 commit comments

Comments
 (0)