mirror of
https://github.com/boostorg/contract.git
synced 2026-07-21 13:13:32 +00:00
Remove dependencies on Boost.StaticAssert.
Boost.StaticAssert has been merged into Boost.Config, so remove the dependency.
This commit is contained in:
@@ -27,7 +27,6 @@ target_link_libraries(boost_contract
|
||||
Boost::optional
|
||||
Boost::preprocessor
|
||||
Boost::smart_ptr
|
||||
Boost::static_assert
|
||||
Boost::thread
|
||||
Boost::type_traits
|
||||
Boost::typeof
|
||||
|
||||
@@ -17,7 +17,6 @@ constant boost_dependencies :
|
||||
/boost/optional//boost_optional
|
||||
/boost/preprocessor//boost_preprocessor
|
||||
/boost/smart_ptr//boost_smart_ptr
|
||||
/boost/static_assert//boost_static_assert
|
||||
/boost/thread//boost_thread
|
||||
/boost/type_traits//boost_type_traits
|
||||
/boost/typeof//boost_typeof
|
||||
|
||||
Reference in New Issue
Block a user