mirror of
https://github.com/boostorg/conversion.git
synced 2025-07-31 21:14:37 +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
|
INTERFACE
|
||||||
Boost::assert
|
Boost::assert
|
||||||
Boost::config
|
Boost::config
|
||||||
|
Boost::core
|
||||||
Boost::smart_ptr
|
Boost::smart_ptr
|
||||||
Boost::throw_exception
|
Boost::throw_exception
|
||||||
Boost::type_traits
|
Boost::type_traits
|
||||||
|
Reference in New Issue
Block a user