mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Build: Never automatically link any boost library with a #pragma comment(linker) encountered in boost headers
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user