File tree 2 files changed +10
-12
lines changed
2 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 1
- # Copyright René Ferdinand Rivera Morell 2023-2024
1
+ # Copyright 2023-2024 René Ferdinand Rivera Morell
2
+ # Copyright 2024 Peter Dimov
2
3
# 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)
4
+ # https://www.boost.org/LICENSE_1_0.txt
5
5
6
6
require-b2 5.2 ;
7
7
8
8
constant boost_dependencies :
9
9
/boost/assert//boost_assert
10
10
/boost/config//boost_config
11
- /boost/mp11//boost_mp11 ;
12
-
13
- project /boost/variant2
14
- : common-requirements
15
- <include>include
11
+ /boost/mp11//boost_mp11
16
12
;
17
13
14
+ project /boost/variant2 ;
15
+
18
16
explicit
19
- [ alias boost_variant2 : : : : <library>$(boost_dependencies) ]
17
+ [ alias boost_variant2 : : : : <include>include < library>$(boost_dependencies) ]
20
18
[ alias all : boost_variant2 test ]
21
19
;
22
20
23
21
call-if : boost-library variant2
24
22
;
25
-
Original file line number Diff line number Diff line change @@ -16,9 +16,10 @@ project
16
16
<warnings>extra
17
17
18
18
: requirements
19
- <library>/boost/config//boost_config
20
- <library>/boost/container_hash//boost_container_hash
19
+
20
+ <library>/boost/variant2//boost_variant2
21
21
<library>/boost/core//boost_core
22
+ <library>/boost/container_hash//boost_container_hash
22
23
23
24
<toolset>msvc:<warnings-as-errors>on
24
25
<toolset>gcc:<warnings-as-errors>on
You can’t perform that action at this time.
0 commit comments