mirror of
https://github.com/alkoleft/yaxunit-addin.git
synced 2026-06-16 07:35:40 +02:00
utf-8 for msvc by default
This commit is contained in:
@@ -41,6 +41,7 @@ if (MSVC)
|
||||
target_compile_definitions(${TARGET} PRIVATE
|
||||
_WINDOWS
|
||||
_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING)
|
||||
target_compile_options(${TARGET} PRIVATE /utf-8)
|
||||
endif ()
|
||||
|
||||
if (UNIX)
|
||||
|
||||
Reference in New Issue
Block a user