From 8d88b6ea9d33282cb5253dcf48a332a47e9a5b56 Mon Sep 17 00:00:00 2001 From: Bogdan Kolendovskyy Date: Fri, 17 Mar 2023 16:03:52 +0100 Subject: [PATCH] Updated CMakeList.txt for main component of mqtt/ssl_ds. --- examples/protocols/mqtt/ssl_ds/main/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/protocols/mqtt/ssl_ds/main/CMakeLists.txt b/examples/protocols/mqtt/ssl_ds/main/CMakeLists.txt index b8ef6ea..61fac40 100644 --- a/examples/protocols/mqtt/ssl_ds/main/CMakeLists.txt +++ b/examples/protocols/mqtt/ssl_ds/main/CMakeLists.txt @@ -1,3 +1,2 @@ idf_component_register(SRCS "app_main.c" - INCLUDE_DIRS "." - REQUIRED_IDF_TARGETS esp32s2 esp32c3 esp32s3) + INCLUDE_DIRS ".")