Restore Boost::smart_ptr dependency in CMakeLists

This commit is contained in:
Antony Polukhin
2023-08-27 13:28:45 +03:00
parent 5a3587c988
commit 5cf5f78376

View File

@ -14,5 +14,6 @@ target_link_libraries( boost_conversion
INTERFACE
Boost::assert
Boost::config
Boost::smart_ptr
Boost::throw_exception
)