mirror of
https://github.com/boostorg/test.git
synced 2026-07-21 13:33:38 +00:00
Merge pull request #474 from Lastique/feature/remove_static_assert
Remove dependencies on Boost.StaticAssert
This commit is contained in:
@@ -25,7 +25,6 @@ set(_boost_test_dependencies
|
||||
Boost::optional
|
||||
Boost::preprocessor
|
||||
Boost::smart_ptr
|
||||
Boost::static_assert
|
||||
Boost::type_traits
|
||||
Boost::utility
|
||||
)
|
||||
|
||||
@@ -21,7 +21,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/type_traits//boost_type_traits
|
||||
/boost/utility//boost_utility ;
|
||||
|
||||
|
||||
@@ -32,7 +32,6 @@ else()
|
||||
optional
|
||||
preprocessor
|
||||
smart_ptr
|
||||
static_assert
|
||||
type_traits
|
||||
utility
|
||||
|
||||
|
||||
Reference in New Issue
Block a user