Skip to content

Commit 66adf79

Browse files
jason19970210hrushikesh430
authored andcommitted
[Fix] Add 'esp_netif' as requirements in CMakeLists
1 parent 7411eaf commit 66adf79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/esp_local_ctrl/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ list(APPEND srcs
2323
idf_component_register(SRCS "${srcs}"
2424
INCLUDE_DIRS "${include_dirs}"
2525
PRIV_INCLUDE_DIRS "${priv_include_dirs}"
26-
REQUIRES protocomm esp_https_server
26+
REQUIRES esp_netif protocomm esp_https_server
2727
PRIV_REQUIRES protobuf-c)
2828

2929
idf_component_optional_requires(PRIVATE espressif__mdns mdns)

0 commit comments

Comments
 (0)