Replace the dependency on asio with asio_core.

Boost.Process doesn't use any advanced Boost.ASIO features and switching
to asio_core removes the transitive dependencies on Boost.Context and
Boost.DateTime.
This commit is contained in:
Andrey Semashev
2025-12-24 17:03:22 +03:00
committed by Klemens Morgenstern
parent e381cf2951
commit e4d0d405a1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ target_include_directories(boost_process PUBLIC include)
target_link_libraries(boost_process
PUBLIC
Boost::algorithm
Boost::asio
Boost::asio_core
Boost::config
Boost::core
Boost::fusion
+1 -1
View File
@@ -12,7 +12,7 @@ feature boost.process.disable-close-range : on off : optional ;
constant boost_dependencies :
/boost/algorithm//boost_algorithm
/boost/asio//boost_asio
/boost/asio//boost_asio_core
/boost/assert//boost_assert
/boost/config//boost_config
/boost/core//boost_core