mirror of
https://github.com/boostorg/concept_check.git
synced 2026-02-04 22:25:02 +01: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
Andrey Semashev
parent
e302e80e85
commit
235e54ebf2
@@ -17,6 +17,5 @@ target_include_directories(boost_concept_check INTERFACE include)
|
||||
target_link_libraries(boost_concept_check INTERFACE
|
||||
Boost::config
|
||||
Boost::preprocessor
|
||||
Boost::static_assert
|
||||
Boost::type_traits
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user