forked from boostorg/regex
Split b2 dependencies into public and private.
This commit is contained in:
@ -9,7 +9,6 @@ constant boost_dependencies :
|
|||||||
/boost/assert//boost_assert
|
/boost/assert//boost_assert
|
||||||
/boost/concept_check//boost_concept_check
|
/boost/concept_check//boost_concept_check
|
||||||
/boost/config//boost_config
|
/boost/config//boost_config
|
||||||
/boost/core//boost_core
|
|
||||||
/boost/predef//boost_predef
|
/boost/predef//boost_predef
|
||||||
/boost/static_assert//boost_static_assert
|
/boost/static_assert//boost_static_assert
|
||||||
/boost/throw_exception//boost_throw_exception
|
/boost/throw_exception//boost_throw_exception
|
||||||
|
@ -7,10 +7,15 @@ import modules ;
|
|||||||
import testing ;
|
import testing ;
|
||||||
import errors ;
|
import errors ;
|
||||||
|
|
||||||
|
constant boost_dependencies_private :
|
||||||
|
/boost/core//boost_core
|
||||||
|
;
|
||||||
|
|
||||||
project : requirements
|
project : requirements
|
||||||
# default to all warnings on:
|
# default to all warnings on:
|
||||||
<warnings>all
|
<warnings>all
|
||||||
: common-requirements <library>$(boost_dependencies)
|
: common-requirements <library>$(boost_dependencies)
|
||||||
|
: requirements <library>$(boost_dependencies_private)
|
||||||
;
|
;
|
||||||
|
|
||||||
local disable-icu = [ MATCH (--disable-icu) : [ modules.peek : ARGV ] ] ;
|
local disable-icu = [ MATCH (--disable-icu) : [ modules.peek : ARGV ] ] ;
|
||||||
|
Reference in New Issue
Block a user