diff --git a/components/esp_modem/examples/modem_console/main/CMakeLists.txt b/components/esp_modem/examples/modem_console/main/CMakeLists.txt index 2465c0aec..8c3157d99 100644 --- a/components/esp_modem/examples/modem_console/main/CMakeLists.txt +++ b/components/esp_modem/examples/modem_console/main/CMakeLists.txt @@ -3,5 +3,4 @@ idf_component_register(SRCS "modem_console_main.cpp" "my_module_dce.cpp" "httpget_handle.c" "ping_handle.c" - REQUIRES console esp_http_client nvs_flash INCLUDE_DIRS ".")