From 1d88212a4603625e302e66f018bb11aa845354ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=98=82?= Date: Tue, 17 Jan 2023 14:00:35 +0000 Subject: [PATCH] update bsp/esp32c3/main/CMakeLists.txt. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 李昂 --- bsp/esp32c3/main/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bsp/esp32c3/main/CMakeLists.txt b/bsp/esp32c3/main/CMakeLists.txt index 41d5dc1a4..071746459 100644 --- a/bsp/esp32c3/main/CMakeLists.txt +++ b/bsp/esp32c3/main/CMakeLists.txt @@ -1,8 +1,7 @@ # Embed the server root certificate into the final binary idf_build_get_property(project_dir PROJECT_DIR) idf_component_register(SRCS "main.c" - INCLUDE_DIRS "." - EMBED_TXTFILES ${project_dir}/server_certs/ca_cert.pem) + INCLUDE_DIRS ".") # add macro idf_build_set_property( COMPILE_DEFINITIONS "-DPIKA_CONFIG_ENABLE" APPEND)