mirror of
https://github.com/boostorg/tuple.git
synced 2026-01-25 00:22:19 +01:00
Merge pull request #32 from Lastique/feature/remove_static_assert
Remove dependencies on Boost.StaticAssert
This commit is contained in:
@@ -16,7 +16,6 @@ target_link_libraries(boost_tuple
|
||||
INTERFACE
|
||||
Boost::config
|
||||
Boost::core
|
||||
Boost::static_assert
|
||||
Boost::type_traits
|
||||
)
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@ require-b2 5.2 ;
|
||||
constant boost_dependencies :
|
||||
/boost/config//boost_config
|
||||
/boost/core//boost_core
|
||||
/boost/static_assert//boost_static_assert
|
||||
/boost/type_traits//boost_type_traits ;
|
||||
|
||||
project /boost/tuple ;
|
||||
|
||||
@@ -14,7 +14,6 @@ set(deps
|
||||
|
||||
config
|
||||
core
|
||||
static_assert
|
||||
type_traits
|
||||
|
||||
# Secondary dependencies
|
||||
|
||||
Reference in New Issue
Block a user