fix: fix build failure when project name is not mqtt_ssl

fixes: #14870

Closes https://github.com/espressif/esp-idf/pull/14871
This commit is contained in:
Hossein.M
2024-11-12 09:58:07 +03:30
committed by espressif-bot
parent 4a189516c7
commit cfadf71093

View File

@@ -8,4 +8,4 @@ include($ENV{IDF_PATH}/tools/cmake/project.cmake)
idf_build_set_property(MINIMAL_BUILD ON)
project(mqtt_ssl)
target_add_binary_data(mqtt_ssl.elf "main/mqtt_eclipseprojects_io.pem" TEXT)
target_add_binary_data(${PROJECT_NAME}.elf "main/mqtt_eclipseprojects_io.pem" TEXT)