From 393c29b6560483351c489483e89e83b0bd29885d Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Mon, 20 Aug 2018 10:47:55 +1000 Subject: [PATCH] cmake: Fix bt component dependencies --- components/bt/CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/components/bt/CMakeLists.txt b/components/bt/CMakeLists.txt index 2a09413794..f64668f9f5 100644 --- a/components/bt/CMakeLists.txt +++ b/components/bt/CMakeLists.txt @@ -82,10 +82,7 @@ if(CONFIG_BT_ENABLED) endif() # requirements can't depend on config -set(COMPONENT_PRIV_REQUIRES lwip nvs_flash) - -# currently uses libcoap's hash table in hashkey.h -set(COMPONENT_REQUIRES coap) +set(COMPONENT_PRIV_REQUIRES nvs_flash) register_component()