boostorg / boostorg/process

Missing dependency on scope_exit with CMake build

Open
#331 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
145
Forks
151
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.