Skip to content

Commit

Permalink
Remove optional dependency on filesystem when not meant to be
Browse files Browse the repository at this point in the history
Build previously failed when BOOST_PROCESS_USE_STD_FS was ON, because filesystem was linked to regardless.
  • Loading branch information
SimonMaracine committed Jan 14, 2025
1 parent a2d2753 commit e77b2f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ target_link_libraries(boost_process
Boost::asio
Boost::config
Boost::core
Boost::filesystem
Boost::fusion
Boost::iterator
Boost::move
Expand Down

0 comments on commit e77b2f3

Please sign in to comment.