File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Copyright René Ferdinand Rivera Morell 2023-2024
2
+ # Distributed under the Boost Software License, Version 1.0.
3
+ # (See accompanying file LICENSE_1_0.txt or copy at
4
+ # http://www.boost.org/LICENSE_1_0.txt)
5
+
6
+ require-b2 5.2 ;
7
+
8
+ project /boost/leaf
9
+ ;
10
+
11
+ explicit
12
+ [ alias boost_leaf : : : : <include>include ]
13
+ [ alias all : boost_leaf test ]
14
+ ;
15
+
16
+ call-if : boost-library leaf
17
+ ;
Original file line number Diff line number Diff line change @@ -22,14 +22,15 @@ project
22
22
<cxxstd>11
23
23
<threading>multi
24
24
: requirements
25
+ <library>/boost/config//boost_config
26
+ <use>/boost/exception//boost_exception
25
27
<define>BOOST_LEAF_BOOST_AVAILABLE
26
28
<target-os>windows:<define>_CRT_SECURE_NO_WARNINGS
27
29
<threading>single:<define>BOOST_LEAF_NO_THREADS
28
30
<toolset>gcc:<cxxflags>"-Wno-delete-non-virtual-dtor -Wno-parentheses"
29
31
<toolset>clang:<cxxflags>"-Wno-unused-variable -Wno-delete-non-virtual-dtor -Wno-non-virtual-dtor -Wno-dangling-else"
30
32
<toolset>darwin:<cxxflags>"-Wno-unused-variable -Wno-delete-non-virtual-dtor -Wno-non-virtual-dtor -Wno-delete-non-abstract-non-virtual-dtor -Wno-dangling-else"
31
33
<toolset>msvc:<cxxflags>"-wd 4267 -wd 4996 -wd 4244"
32
- <include>../../..
33
34
;
34
35
35
36
compile _hpp_common_test.cpp ;
You can’t perform that action at this time.
0 commit comments