mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 22:14:59 +00:00
Remove building of graph supplementary library, as it has some external tool dependencies. (merge from head)
[SVN r34440]
This commit is contained in:
parent
7ce4ada92a
commit
b4a747ee0d
2 changed files with 5 additions and 6 deletions
|
@ -114,8 +114,11 @@ project boost
|
|||
|
||||
# Setup convenient aliases for all libraries.
|
||||
|
||||
all-libraries = [ MATCH .*libs/(.*)/build/.*
|
||||
: [ glob libs/*/build/Jamfile.v2 ] ] ;
|
||||
all-libraries =
|
||||
[ set.difference
|
||||
[ MATCH .*libs/(.*)/build/.* : [ glob libs/*/build/Jamfile.v2 ] ]
|
||||
: graph
|
||||
] ;
|
||||
|
||||
# First, the complicated libraries: where the target name in
|
||||
# Jamfile is different from directory name.
|
||||
|
|
|
@ -1,6 +1,2 @@
|
|||
|
||||
path-constant BOOST_ROOT : . ;
|
||||
|
||||
using lex ;
|
||||
using bison ;
|
||||
using testing ;
|
||||
|
|
Loading…
Add table
Reference in a new issue