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
pull/5919/head
Mahavir Jain 2020-09-04 12:54:47 +08:00
commit cec605f74d
1 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -45,7 +45,12 @@ else()
lwip
spi_flash
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)
foreach(req ${optional_reqs})