forked from boostorg/integer
Added a missing dependency on Boost.TypeTraits to CMakeLists.txt.
This commit is contained in:
@ -19,4 +19,5 @@ target_link_libraries(boost_integer
|
|||||||
Boost::core
|
Boost::core
|
||||||
Boost::static_assert
|
Boost::static_assert
|
||||||
Boost::throw_exception
|
Boost::throw_exception
|
||||||
|
Boost::type_traits
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user