Commit 710894b 1 parent 0ac55db commit 710894b Copy full SHA for 710894b
File tree 1 file changed +7
-10
lines changed
1 file changed +7
-10
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
- /boost/config//boost_config ;
10
-
11
- project /boost/assert
12
- : common-requirements
13
- <include>include
9
+ /boost/config//boost_config
14
10
;
15
11
12
+ project /boost/assert ;
13
+
16
14
explicit
17
- [ alias boost_assert : : : : <library>$(boost_dependencies) ]
15
+ [ alias boost_assert : : : : <include>include < library>$(boost_dependencies) ]
18
16
[ alias all : boost_assert test ]
19
17
;
20
18
21
19
call-if : boost-library assert
22
20
;
23
-
You can’t perform that action at this time.
0 commit comments