Skip to content

Commit c43c725

Browse files
authored
fix(socket): Ensure socket uses REQUIRES instead of PRIV_REQUIRES (#593)
1 parent 983d6db commit c43c725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/socket/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
idf_component_register(
22
INCLUDE_DIRS "include"
33
SRC_DIRS "src"
4-
PRIV_REQUIRES base_component task lwip)
4+
REQUIRES base_component task lwip)

0 commit comments

Comments
 (0)