Skip to content

Commit a9fa894

Browse files
committed
Merge branch 'idf-4.0-prep' of https://github.com/espressif/arduino-esp32 into idf-release/v4.0
2 parents 41ba143 + 251d5ef commit a9fa894

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

CMakeLists.txt

+1-7
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ set(COMPONENT_ADD_INCLUDEDIRS
117117
cores/esp32/
118118
libraries/ArduinoOTA/src
119119
libraries/AsyncUDP/src
120-
libraries/AzureIoT/src
121120
libraries/BLE/src
122121
libraries/BluetoothSerial/src
123122
libraries/DNSServer/src
@@ -145,12 +144,7 @@ set(COMPONENT_ADD_INCLUDEDIRS
145144

146145
set(COMPONENT_PRIV_INCLUDEDIRS cores/esp32/libb64)
147146

148-
set(COMPONENT_REQUIRES spi_flash mbedtls mdns ethernet esp_adc_cal)
147+
set(COMPONENT_REQUIRES spi_flash mbedtls mdns esp_adc_cal)
149148
set(COMPONENT_PRIV_REQUIRES fatfs nvs_flash app_update spiffs bootloader_support openssl bt)
150149

151150
register_component()
152-
153-
set_source_files_properties(libraries/AzureIoT/src/az_iot/iothub_client/src/iothubtransport_mqtt_common.c
154-
PROPERTIES COMPILE_FLAGS
155-
-Wno-maybe-uninitialized
156-
)

0 commit comments

Comments
 (0)