diff --git a/components/socket/CMakeLists.txt b/components/socket/CMakeLists.txt index e076d16cc..5bc6ad34a 100644 --- a/components/socket/CMakeLists.txt +++ b/components/socket/CMakeLists.txt @@ -1,4 +1,4 @@ idf_component_register( INCLUDE_DIRS "include" SRC_DIRS "src" - PRIV_REQUIRES base_component task lwip) + REQUIRES base_component task lwip)