mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/espcommon_reqs_cmake' into 'master'
esp_common: Add required missing components to CMakelists Closes IDFGH-3373 See merge request espressif/esp-idf!10122
This commit is contained in:
commit
cec605f74d
@ -45,7 +45,12 @@ else()
|
|||||||
lwip
|
lwip
|
||||||
spi_flash
|
spi_flash
|
||||||
wpa_supplicant
|
wpa_supplicant
|
||||||
tcpip_adapter)
|
tcpip_adapter
|
||||||
|
esp_serial_slave_link
|
||||||
|
esp_netif
|
||||||
|
soc
|
||||||
|
esp-tls
|
||||||
|
esp_https_ota)
|
||||||
|
|
||||||
idf_build_get_property(build_components BUILD_COMPONENTS)
|
idf_build_get_property(build_components BUILD_COMPONENTS)
|
||||||
foreach(req ${optional_reqs})
|
foreach(req ${optional_reqs})
|
||||||
|
Loading…
Reference in New Issue
Block a user