Skip to content

Commit 8211238

Browse files
authored
Fix missing headers when compiling as IDF component with Cmake (espressif#4377)
* HttpsOTAUpdate introduced new IDF component requirements. These have been added to CMakeLists.txt to correct compilation errors when using Cmake.
1 parent 99aa866 commit 8211238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ set(COMPONENT_ADD_INCLUDEDIRS
208208
set(COMPONENT_PRIV_INCLUDEDIRS cores/esp32/libb64)
209209

210210
set(COMPONENT_REQUIRES spi_flash mbedtls mdns ethernet esp_adc_cal wifi_provisioning)
211-
set(COMPONENT_PRIV_REQUIRES fatfs nvs_flash app_update spiffs bootloader_support openssl bt)
211+
set(COMPONENT_PRIV_REQUIRES fatfs nvs_flash app_update spiffs bootloader_support openssl bt esp_http_client esp_https_ota)
212212

213213
register_component()
214214

0 commit comments

Comments
 (0)