From 5463b15a297f5fe9147913065469e6bacaaef75b Mon Sep 17 00:00:00 2001 From: Martchus Date: Thu, 1 Jul 2021 17:45:29 +0200 Subject: [PATCH] State dependency to `Boost.Asio` explicitely --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e082f28..0e5a90b 100644 --- a/README.md +++ b/README.md @@ -267,7 +267,7 @@ building the Plasmoid, add `-DNO_PLASMOID:BOOL=ON` to the CMake arguments. --- -The following Boost libraries are required: `Boost.Process`, `Boost.Filesystem` +The following Boost libraries are required: `Boost.Asio`, `Boost.Process`, `Boost.Filesystem` The launcher uses the Boost libraries by default to handle sub processes correctly (and avoid leftover processes). Add `-DUSE_BOOST_PROCESS:BOOL:OFF` to the CMake arguments get rid of the dependency to Boost libraries.