Skip to content

Commit

Permalink
Update build.jam, test/Jamfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Sep 4, 2024
1 parent b933980 commit 09cbbdf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
14 changes: 5 additions & 9 deletions build.jam
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
# Copyright René Ferdinand Rivera Morell 2023-2024
# Copyright 2023-2024 René Ferdinand Rivera Morell
# Copyright 2024 Peter Dimov
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
# https://www.boost.org/LICENSE_1_0.txt

require-b2 5.2 ;

project /boost/ratio
: common-requirements
<include>include
;
project /boost/ratio ;

explicit
[ alias boost_ratio : : : : <library>$(boost_dependencies) ]
[ alias boost_ratio : : : : <include>include <library>$(boost_dependencies) ]
[ alias all : boost_ratio test ]
;

call-if : boost-library ratio
;

2 changes: 1 addition & 1 deletion test/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import testing ;
project
: requirements
<warnings>pedantic
<library>/boost/config//boost_config
<library>/boost/ratio//boost_ratio
<library>/boost/core//boost_core
<library>/boost/integer//boost_integer
<library>/boost/mpl//boost_mpl
Expand Down

0 comments on commit 09cbbdf

Please sign in to comment.