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:
Shauren
2019-01-12 18:04:58 +01:00
parent 901af6546b
commit 5b4eefb6d8

View File

@@ -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