mirror of
https://github.com/boostorg/wave.git
synced 2026-07-21 13:43:40 +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
Jeff Trull
parent
ec47ccf100
commit
b337fc8685
@@ -45,7 +45,6 @@ target_link_libraries(boost_wave
|
||||
Boost::serialization
|
||||
Boost::smart_ptr
|
||||
Boost::spirit
|
||||
Boost::static_assert
|
||||
Boost::throw_exception
|
||||
Boost::type_traits
|
||||
)
|
||||
|
||||
@@ -22,7 +22,6 @@ constant boost_dependencies :
|
||||
/boost/serialization//boost_serialization
|
||||
/boost/smart_ptr//boost_smart_ptr
|
||||
/boost/spirit//boost_spirit
|
||||
/boost/static_assert//boost_static_assert
|
||||
/boost/throw_exception//boost_throw_exception
|
||||
/boost/type_traits//boost_type_traits ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user