aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2019-09-14 14:25:33 +0200
committerShauren <shauren.trinity@gmail.com>2019-09-14 14:26:52 +0200
commitb983769a9d1385d1c2938a275f0af421ca2c3f01 (patch)
treee9a48e21c3548f1ebc94c8b968baa62fd93cad5a
parent49c3a98d88b15d2b34e0838d2e9cfd41431ea300 (diff)
Core/Build: Fix build with boost 1.71
(cherry picked from commit 9f7cc32c6ecd83acce1e8817a9ad3f060121831d)
-rw-r--r--dep/boost/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/dep/boost/CMakeLists.txt b/dep/boost/CMakeLists.txt
index 58f93b2a2cc..abe5b53735f 100644
--- a/dep/boost/CMakeLists.txt
+++ b/dep/boost/CMakeLists.txt
@@ -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)