From 96679576d0fcb99d394b323398990ea36adfab9b Mon Sep 17 00:00:00 2001 From: me-no-dev Date: Sat, 25 Jan 2020 22:41:03 +0200 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8af758fd..46f73549 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -119,7 +119,6 @@ set(COMPONENT_ADD_INCLUDEDIRS cores/esp32/ libraries/ArduinoOTA/src libraries/AsyncUDP/src - libraries/AzureIoT/src libraries/BLE/src libraries/BluetoothSerial/src libraries/DNSServer/src @@ -147,12 +146,7 @@ set(COMPONENT_ADD_INCLUDEDIRS set(COMPONENT_PRIV_INCLUDEDIRS cores/esp32/libb64) -set(COMPONENT_REQUIRES spi_flash mbedtls mdns ethernet esp_adc_cal wifi_provisioning) -set(COMPONENT_PRIV_REQUIRES fatfs nvs_flash app_update spiffs bootloader_support openssl bt esp_http_client esp_https_ota) +set(COMPONENT_REQUIRES spi_flash mbedtls mdns esp_adc_cal) +set(COMPONENT_PRIV_REQUIRES fatfs nvs_flash app_update spiffs bootloader_support openssl bt) register_component() - -set_source_files_properties(libraries/AzureIoT/src/az_iot/iothub_client/src/iothubtransport_mqtt_common.c - PROPERTIES COMPILE_FLAGS - -Wno-maybe-uninitialized -)