From e77b2f39068a135c9cbaeded232f436aea5d88bb Mon Sep 17 00:00:00 2001 From: SimonMaracine Date: Tue, 14 Jan 2025 15:58:08 +0200 Subject: [PATCH] Remove optional dependency on filesystem when not meant to be Build previously failed when BOOST_PROCESS_USE_STD_FS was ON, because filesystem was linked to regardless. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a732519c1..19826d337 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,6 @@ target_link_libraries(boost_process Boost::asio Boost::config Boost::core - Boost::filesystem Boost::fusion Boost::iterator Boost::move