mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
The dependency could be introduced from dependent component if needed. The else() part of the condition wasn't correct, as it didn't check for esp_wifi_remote from component manager, which is prefixed by Espressif namespace, so the correct statement would be: if(espressif__esp_wifi_remote IN_LIST build_components)