Skip to content

Commit

Permalink
fix: fix build failure when project name is not mqtt_ssl
Browse files Browse the repository at this point in the history
fixes: #14870
  • Loading branch information
Hossein-M98 committed Nov 12, 2024
1 parent ce60853 commit 6fcdb75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/protocols/mqtt/ssl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ cmake_minimum_required(VERSION 3.16)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
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)

0 comments on commit 6fcdb75

Please sign in to comment.