Added a missing dependency on Boost.TypeTraits to CMakeLists.txt.

This commit is contained in:
Andrey Semashev
2024-08-19 01:01:57 +03:00
parent 318a38efde
commit fbaf2dee58

View File

@ -19,4 +19,5 @@ target_link_libraries(boost_integer
Boost::core
Boost::static_assert
Boost::throw_exception
Boost::type_traits
)