mirror of
https://github.com/boostorg/random.git
synced 2026-07-21 13:33:46 +00:00
Remove dependencies on Boost.StaticAssert.
Boost.StaticAssert has been merged into Boost.Config, so remove the dependency.
This commit is contained in:
@@ -31,7 +31,6 @@ target_link_libraries(boost_random
|
||||
Boost::dynamic_bitset
|
||||
Boost::integer
|
||||
Boost::io
|
||||
Boost::static_assert
|
||||
Boost::system
|
||||
Boost::throw_exception
|
||||
Boost::type_traits
|
||||
|
||||
@@ -12,7 +12,6 @@ constant boost_dependencies :
|
||||
/boost/dynamic_bitset//boost_dynamic_bitset
|
||||
/boost/integer//boost_integer
|
||||
/boost/io//boost_io
|
||||
/boost/static_assert//boost_static_assert
|
||||
/boost/system//boost_system
|
||||
/boost/throw_exception//boost_throw_exception
|
||||
/boost/type_traits//boost_type_traits
|
||||
|
||||
@@ -22,7 +22,6 @@ if(HAVE_BOOST_TEST)
|
||||
Boost::multiprecision
|
||||
Boost::numeric_conversion
|
||||
Boost::range
|
||||
Boost::static_assert
|
||||
Boost::system
|
||||
Boost::throw_exception
|
||||
Boost::type_traits
|
||||
|
||||
Reference in New Issue
Block a user