From 15eccefecb641de73b7fee7c2614addeb4e93490 Mon Sep 17 00:00:00 2001 From: Sebastien Date: Sat, 21 Mar 2020 13:08:58 -0400 Subject: [PATCH] fix jenkins - 2nd attempt - release --- squeezelite.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/squeezelite.cmake b/squeezelite.cmake index a3d3c28b..e62a8998 100644 --- a/squeezelite.cmake +++ b/squeezelite.cmake @@ -1,3 +1,4 @@ +include($ENV{IDF_PATH}/tools/cmake/project.cmake) function(___register_flash target_name sub_type) partition_table_get_partition_info(otaapp_offset "--partition-type app --partition-subtype ${sub_type}" "offset")