forked from boostorg/regex
Move inter-lib dependencies to a project variable and into the build targets.
This commit is contained in:
@ -10,6 +10,7 @@ import errors ;
|
||||
project : requirements
|
||||
# default to all warnings on:
|
||||
<warnings>all
|
||||
: common-requirements <library>$(boost_dependencies)
|
||||
;
|
||||
|
||||
local disable-icu = [ MATCH (--disable-icu) : [ modules.peek : ARGV ] ] ;
|
||||
|
Reference in New Issue
Block a user