mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 02:37:19 +02:00
Merge branch 'fix/bin_names_with_dots_v5.0' into 'release/v5.0'
fix(build_system): Allow dots in the name of an app binary (backport v5.0) See merge request espressif/esp-idf!25275
This commit is contained in:
@ -621,7 +621,7 @@ function(idf_build_executable elf)
|
||||
|
||||
# Set the EXECUTABLE_NAME and EXECUTABLE properties since there are generator expression
|
||||
# from components that depend on it
|
||||
get_filename_component(elf_name ${elf} NAME_WE)
|
||||
get_filename_component(elf_name ${elf} NAME_WLE)
|
||||
get_target_property(elf_dir ${elf} BINARY_DIR)
|
||||
|
||||
idf_build_set_property(EXECUTABLE_NAME ${elf_name})
|
||||
|
Reference in New Issue
Block a user