cmake: kconfig: Treat Kconfig source paths as UTF-8
These may reside on systems that have unicode characters in the filenames, treat them as such Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
parent
4fcde701ec
commit
0a590e62e5
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ if(CREATE_NEW_DOTCONFIG)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Read out the list of 'Kconfig' sources that were used by the engine.
|
# Read out the list of 'Kconfig' sources that were used by the engine.
|
||||||
file(STRINGS ${PARSED_KCONFIG_SOURCES_TXT} PARSED_KCONFIG_SOURCES_LIST)
|
file(STRINGS ${PARSED_KCONFIG_SOURCES_TXT} PARSED_KCONFIG_SOURCES_LIST ENCODING UTF-8)
|
||||||
|
|
||||||
# Force CMAKE configure when the Kconfig sources or configuration files changes.
|
# Force CMAKE configure when the Kconfig sources or configuration files changes.
|
||||||
foreach(kconfig_input
|
foreach(kconfig_input
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue