mirror of
https://github.com/boostorg/process.git
synced 2026-07-21 13:33:39 +00:00
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:
committed by
Klemens Morgenstern
parent
e381cf2951
commit
e4d0d405a1
+1
-1
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user