See `boost/CMakeList` for
```
target_compile_definitions(${PROJECT_NAME} INTERFACE
BOOST_ALL_NO_LIB
)
```
and add it there.
```
target_compile_definitions(${PROJECT_NAME} INTERFACE
BOOST_ALL_NO_LIB
_SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING
)
```
Even better would be to wrap around `if (MSVC)` conditional. [ Full content available at: https://github.com/apache/geode-native/pull/404 ] This message was relayed via gitbox.apache.org for [email protected]
