From a7bdf6556b706e0bfa36e1de3e8c9944600902b4 Mon Sep 17 00:00:00 2001 From: Robert Alfaro Date: Mon, 20 Jan 2020 08:20:11 -0800 Subject: [PATCH] Fix recent commit d8b2098 (PR #3377) which includes esp_adc_cal component but does not update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 32979ad4acf..cf8981f9aad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -205,7 +205,7 @@ set(COMPONENT_ADD_INCLUDEDIRS set(COMPONENT_PRIV_INCLUDEDIRS cores/esp32/libb64) -set(COMPONENT_REQUIRES spi_flash mbedtls mdns ethernet) +set(COMPONENT_REQUIRES spi_flash mbedtls mdns ethernet esp_adc_cal) set(COMPONENT_PRIV_REQUIRES fatfs nvs_flash app_update spiffs bootloader_support openssl bt) register_component()