Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing dependency on scope_exit with CMake build #331

Open
aminiussi opened this issue Aug 2, 2023 · 0 comments
Open

Missing dependency on scope_exit with CMake build #331

aminiussi opened this issue Aug 2, 2023 · 0 comments

Comments

@aminiussi
Copy link
Member

As the lib include scoped_exit header, there should be a dependency:

12:49:50 [alainm@castor process]# git diff -c
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c0c1bfe..58162fb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -22,6 +22,7 @@ target_link_libraries(boost_process
     Boost::iterator
     Boost::move
     Boost::optional
+    Boost::scope_exit
     Boost::system
     Boost::tokenizer
     Boost::type_index
12:49:53 [alainm@castor process]#

thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant