Skip to content

Commit 7032aea

Browse files
committed
Fix compilation issue caused by ESP-Insights
1 parent a86c752 commit 7032aea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,9 @@ endfunction()
252252

253253
maybe_add_component(esp-dsp)
254254

255+
if(CONFIG_ESP_INSIGHTS_ENABLED)
256+
maybe_add_component(esp_insights)
257+
endif()
255258
if(CONFIG_ESP_RMAKER_WORK_QUEUE_TASK_STACK)
256259
maybe_add_component(esp_rainmaker)
257260
maybe_add_component(qrcode)

0 commit comments

Comments
 (0)