mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 13:44:32 +02:00
cmake: Fix bt component dependencies
This commit is contained in:
committed by
Angus Gratton
parent
885df4c90f
commit
b64815be4c
@@ -82,10 +82,7 @@ if(CONFIG_BT_ENABLED)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
# requirements can't depend on config
|
# requirements can't depend on config
|
||||||
set(COMPONENT_PRIV_REQUIRES lwip nvs_flash)
|
set(COMPONENT_PRIV_REQUIRES nvs_flash)
|
||||||
|
|
||||||
# currently uses libcoap's hash table in hashkey.h
|
|
||||||
set(COMPONENT_REQUIRES coap)
|
|
||||||
|
|
||||||
register_component()
|
register_component()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user