Skip to content

Commit 710894b

Browse files
committedAug 20, 2024
Update build.jam
1 parent 0ac55db commit 710894b

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed
 

‎build.jam

+7-10
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,20 @@
1-
# Copyright René Ferdinand Rivera Morell 2023-2024
1+
# Copyright 2023-2024 René Ferdinand Rivera Morell
2+
# Copyright 2024 Peter Dimov
23
# 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
55

66
require-b2 5.2 ;
77

88
constant boost_dependencies :
9-
/boost/config//boost_config ;
10-
11-
project /boost/assert
12-
: common-requirements
13-
<include>include
9+
/boost/config//boost_config
1410
;
1511

12+
project /boost/assert ;
13+
1614
explicit
17-
[ alias boost_assert : : : : <library>$(boost_dependencies) ]
15+
[ alias boost_assert : : : : <include>include <library>$(boost_dependencies) ]
1816
[ alias all : boost_assert test ]
1917
;
2018

2119
call-if : boost-library assert
2220
;
23-

0 commit comments

Comments
 (0)