Removed dependency on Boost.Conversion in CMakeLists.txt.

Fixes https://github.com/boostorg/iterator/issues/81.
This commit is contained in:
Andrey Semashev 2023-11-17 17:24:02 +03:00
parent c98f965388
commit d72d57fa39

View File

@ -17,7 +17,6 @@ target_link_libraries(boost_iterator
Boost::assert Boost::assert
Boost::concept_check Boost::concept_check
Boost::config Boost::config
Boost::conversion
Boost::core Boost::core
Boost::detail Boost::detail
Boost::function_types Boost::function_types