mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 09:09:10 -04:00
build system: quote values in __component_write_properties
This commit is contained in:
parent
e39d3b2160
commit
5a6e27b8a1
@ -126,7 +126,7 @@ function(__component_write_properties output_file)
|
||||
foreach(property ${component_properties})
|
||||
__component_get_property(val ${component_target} ${property})
|
||||
set(component_properties_text
|
||||
"${component_properties_text}\nset(__component_${component_target}_${property} ${val})")
|
||||
"${component_properties_text}\nset(__component_${component_target}_${property} \"${val}\")")
|
||||
endforeach()
|
||||
file(WRITE ${output_file} "${component_properties_text}")
|
||||
endforeach()
|
||||
|
Loading…
x
Reference in New Issue
Block a user