mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Buildsystem: Configure boost to return error messages encoded using utf8 instead of whatever current system code page is on windows
This commit is contained in:
@@ -77,7 +77,8 @@ target_compile_definitions(boost
|
||||
-DBOOST_OPTIONAL_USE_OLD_DEFINITION_OF_NONE
|
||||
-DBOOST_CHRONO_NO_LIB
|
||||
-DBOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE
|
||||
-DBOOST_ASIO_NO_DEPRECATED)
|
||||
-DBOOST_ASIO_NO_DEPRECATED
|
||||
-DBOOST_SYSTEM_USE_UTF8)
|
||||
|
||||
if (NOT boost_filesystem_copy_links_without_NO_SCOPED_ENUM)
|
||||
target_compile_definitions(boost
|
||||
|
||||
Reference in New Issue
Block a user