fix(Build/Windows): For OS locales like CJK (#4912)
This commit is contained in:
parent
832b0304cc
commit
394ae6fd00
1 changed files with 5 additions and 0 deletions
|
|
@ -19,6 +19,11 @@ string(REGEX REPLACE "/W[0-4]$" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
|
|||
string(REGEX REPLACE "/W[0-4] " "" CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")
|
||||
string(REGEX REPLACE "/W[0-4]$" "" CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")
|
||||
|
||||
# https://tinyurl.com/jxnc4s83
|
||||
target_compile_options(acore-compile-option-interface
|
||||
INTERFACE
|
||||
/utf-8)
|
||||
|
||||
if(PLATFORM EQUAL 64)
|
||||
# This definition is necessary to work around a bug with Intellisense described
|
||||
# here: http://tinyurl.com/2cb428. Syntax highlighting is important for proper
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue