File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 47
47
/* define if the Boost::Filesystem library is available */
48
48
#define HAVE_BOOST_FILESYSTEM /**/
49
49
50
+ /* define if the Boost::Process library is available */
51
+ #define HAVE_BOOST_PROCESS /**/
52
+
50
53
/* define if the Boost::System library is available */
51
54
#define HAVE_BOOST_SYSTEM /**/
52
55
Original file line number Diff line number Diff line change 1
- berkeleydb boost-filesystem boost-multi-index boost-signals2 boost-test boost-thread libevent[thread] zeromq double-conversion
1
+ berkeleydb boost-filesystem boost-multi-index boost-process boost- signals2 boost-test boost-thread libevent[thread] zeromq double-conversion
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ EXPECTED_BOOST_INCLUDES=(
63
63
boost/optional.hpp
64
64
boost/preprocessor/cat.hpp
65
65
boost/preprocessor/stringize.hpp
66
+ boost/process.hpp
66
67
boost/signals2/connection.hpp
67
68
boost/signals2/optional_last_value.hpp
68
69
boost/signals2/signal.hpp
You can’t perform that action at this time.
0 commit comments