mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
cmake: Fix some uninitialized variable warnings
This commit is contained in:

committed by
Angus Gratton

parent
4352265fa0
commit
6f761dd62d
@@ -2,7 +2,7 @@ idf_build_get_property(idf_target IDF_TARGET)
|
||||
|
||||
idf_component_register(INCLUDE_DIRS "port/include" "mbedtls/include"
|
||||
REQUIRES lwip
|
||||
PRIV_REQUIRES ${IDF_COMPONENT_REQUIRES_COMMON} soc
|
||||
PRIV_REQUIRES soc
|
||||
)
|
||||
|
||||
# Only build mbedtls libraries
|
||||
|
Reference in New Issue
Block a user