diff options
Diffstat (limited to 'dep')
-rw-r--r-- | dep/boost/CMakeLists.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dep/boost/CMakeLists.txt b/dep/boost/CMakeLists.txt index 80c6c773a1f..81ff5c04761 100644 --- a/dep/boost/CMakeLists.txt +++ b/dep/boost/CMakeLists.txt @@ -65,10 +65,7 @@ target_include_directories(boost target_compile_definitions(boost INTERFACE - -DBOOST_DATE_TIME_NO_LIB - -DBOOST_REGEX_NO_LIB - -DBOOST_CHRONO_NO_LIB - -DBOOST_SERIALIZATION_NO_LIB + -DBOOST_ALL_NO_LIB -DBOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE -DBOOST_ASIO_NO_DEPRECATED -DBOOST_BIND_NO_PLACEHOLDERS |