Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.jam
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading