From 3942b61a1e7cc0782eff266759c445b97499592c Mon Sep 17 00:00:00 2001 From: Matt Arcidy Date: Sat, 6 Mar 2021 16:24:17 -0800 Subject: [PATCH] partition_table requires esptool_py for esptool_py_flash_target Closes https://github.com/espressif/esp-idf/pull/6672 Closes https://github.com/espressif/esp-idf/issues/6670 --- components/partition_table/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/partition_table/CMakeLists.txt b/components/partition_table/CMakeLists.txt index 113728f413..252eab5faf 100644 --- a/components/partition_table/CMakeLists.txt +++ b/components/partition_table/CMakeLists.txt @@ -1,4 +1,4 @@ -idf_component_register() +idf_component_register(PRIV_REQUIRES esptool_py) if(BOOTLOADER_BUILD) return()