mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
Buildsystem: Configure boost to return error messages encoded using utf8 instead of whatever current system code page is on windows
(cherry picked from commit 5b4eefb6d8)
This commit is contained in:
@@ -81,7 +81,8 @@ target_compile_definitions(boost
|
||||
-DBOOST_SERIALIZATION_NO_LIB
|
||||
-DBOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE
|
||||
-DBOOST_ASIO_NO_DEPRECATED
|
||||
-DBOOST_BIND_NO_PLACEHOLDERS)
|
||||
-DBOOST_BIND_NO_PLACEHOLDERS
|
||||
-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