mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-26 04:31:34 +08:00
Fix MSVC flag for UTF-8
This commit is contained in:
parent
b2b42a8a04
commit
b6d1f8ebdb
@ -81,7 +81,7 @@ foreach(lib screen dom component)
|
|||||||
# Force Microsoft Visual Studio to decode sources files in UTF-8. This applies
|
# Force Microsoft Visual Studio to decode sources files in UTF-8. This applies
|
||||||
# to the library and the library users.
|
# to the library and the library users.
|
||||||
if (MSVC)
|
if (MSVC)
|
||||||
target_compile_options(${lib} PUBLIC "/utf-8>")
|
target_compile_options(${lib} PUBLIC "/utf-8")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Add as many warning as possible:
|
# Add as many warning as possible:
|
||||||
|
Loading…
Reference in New Issue
Block a user