mirror of
https://github.com/boostorg/conversion.git
synced 2025-07-30 04:27:24 +02:00
[CMake] Add boost core to dependency list
Used in boost/polymorphic_cast.hpp
This commit is contained in:
@ -17,6 +17,7 @@ target_link_libraries( boost_conversion
|
||||
INTERFACE
|
||||
Boost::assert
|
||||
Boost::config
|
||||
Boost::core
|
||||
Boost::smart_ptr
|
||||
Boost::throw_exception
|
||||
Boost::type_traits
|
||||
|
Reference in New Issue
Block a user