mirror of
https://github.com/boostorg/asio.git
synced 2025-05-11 21:53:56 +00:00
Add dependency on Boost::align.
It is required on Windows (from boost/asio/detail/memory.hpp), since MSVC doesn't have std::aligned_alloc.
This commit is contained in:
parent
76701672f7
commit
8ca7d080bd
@ -14,6 +14,7 @@ target_include_directories(boost_asio INTERFACE include)
|
||||
|
||||
target_link_libraries(boost_asio
|
||||
INTERFACE
|
||||
Boost::align
|
||||
Boost::array
|
||||
Boost::assert
|
||||
Boost::bind
|
||||
|
Loading…
x
Reference in New Issue
Block a user