Skip to content

Commit 3fb266b

Browse files
committed
Update build.jam, test/Jamfile
1 parent 3d7778f commit 3fb266b

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

build.jam

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
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

8-
project /boost/lambda2
9-
: common-requirements
10-
<include>include
11-
;
8+
project /boost/lambda2 ;
129

1310
explicit
14-
[ alias boost_lambda2 : : : : <library>$(boost_dependencies) ]
11+
[ alias boost_lambda2 : : : : <include>include <library>$(boost_dependencies) ]
1512
[ alias all : boost_lambda2 test ]
1613
;
1714

1815
call-if : boost-library lambda2
1916
;
20-

test/Jamfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import testing ;
88
import config : requires ;
99

1010
project : requirements
11+
<library>/boost/lambda2//boost_lambda2
1112
<library>/boost/config//boost_config
1213
<library>/boost/core//boost_core
1314

@@ -18,7 +19,7 @@ project : requirements
1819
<toolset>msvc:<warnings-as-errors>on
1920
<toolset>clang:<warnings-as-errors>on
2021
<toolset>gcc:<warnings-as-errors>on
21-
;
22+
;
2223

2324
run quick.cpp ;
2425
run lambda2_test.cpp ;

0 commit comments

Comments
 (0)