From 9a05cc77338ece52aef70b4cae3a359714ca0163 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 b8ef6eadbd..61fac40e63 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 ".")