mirror of
https://github.com/boostorg/integer.git
synced 2025-06-25 03:51:33 +02:00
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::static_assert
|
||||
Boost::throw_exception
|
||||
Boost::type_traits
|
||||
)
|
||||
|
Reference in New Issue
Block a user