Core/Build: Fix build with boost 1.71

(cherry picked from commit 9f7cc32c6e)
This commit is contained in:
Shauren
2019-09-14 14:25:33 +02:00
parent 49c3a98d88
commit b983769a9d

View File

@@ -82,6 +82,7 @@ target_compile_definitions(boost
# Due to MSVC linking error boost::none" already defined in scripts_...
# May be removed when the requirement is raised to boost 1.61 on windows.
-DBOOST_OPTIONAL_USE_OLD_DEFINITION_OF_NONE
-DBOOST_SERIALIZATION_NO_LIB
-DBOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE
-DBOOST_ASIO_NO_DEPRECATED)