mirror of
https://github.com/boostorg/iostreams.git
synced 2026-02-22 03:22:24 +00:00
Remove dependencies on Boost.StaticAssert.
Boost.StaticAssert has been merged into Boost.Config, so remove the dependency.
This commit is contained in:
committed by
Andrey Semashev
parent
8561bdb8bc
commit
26b97d4648
@@ -94,7 +94,6 @@ target_link_libraries(boost_iostreams
|
||||
Boost::range
|
||||
Boost::regex
|
||||
Boost::smart_ptr
|
||||
Boost::static_assert
|
||||
Boost::throw_exception
|
||||
Boost::type_traits
|
||||
Boost::utility
|
||||
|
||||
@@ -22,7 +22,6 @@ constant boost_dependencies :
|
||||
/boost/range//boost_range
|
||||
/boost/regex//boost_regex
|
||||
/boost/smart_ptr//boost_smart_ptr
|
||||
/boost/static_assert//boost_static_assert
|
||||
/boost/throw_exception//boost_throw_exception
|
||||
/boost/type_traits//boost_type_traits
|
||||
/boost/utility//boost_utility ;
|
||||
|
||||
Reference in New Issue
Block a user