Skip to content

Commit ca85c19

Browse files
committed
Update build.jam, test/Jamfile
1 parent bfd94a7 commit ca85c19

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

build.jam

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
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 :
99
/boost/assert//boost_assert
10-
/boost/config//boost_config ;
11-
12-
project /boost/throw_exception
13-
: common-requirements
14-
<include>include
10+
/boost/config//boost_config
1511
;
1612

13+
project /boost/throw_exception ;
14+
1715
explicit
18-
[ alias boost_throw_exception : : : : <library>$(boost_dependencies) ]
16+
[ alias boost_throw_exception : : : : <include>include <library>$(boost_dependencies) ]
1917
[ alias all : boost_throw_exception test ]
2018
;
2119

2220
call-if : boost-library throw_exception
2321
;
24-

test/Jamfile.v2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ local gcc-flags = -Wsign-promo -Wconversion -Wsign-conversion -Wshadow -Wundef ;
1212

1313
project
1414
: requirements
15+
16+
<library>/boost/throw_exception//boost_throw_exception
1517
<library>/boost/core//boost_core
18+
1619
<use>/boost/exception//boost_exception
1720

1821
<warnings>extra

0 commit comments

Comments
 (0)