forked from boostorg/regex
Move <warnings>all from requirements to default-build. Fixes #223.
This commit is contained in:
@ -11,9 +11,8 @@ constant boost_dependencies_private :
|
|||||||
/boost/core//boost_core
|
/boost/core//boost_core
|
||||||
;
|
;
|
||||||
|
|
||||||
project : requirements
|
project
|
||||||
# default to all warnings on:
|
: default-build <warnings>all
|
||||||
<warnings>all
|
|
||||||
: common-requirements <library>$(boost_dependencies)
|
: common-requirements <library>$(boost_dependencies)
|
||||||
: requirements <library>$(boost_dependencies_private)
|
: requirements <library>$(boost_dependencies_private)
|
||||||
;
|
;
|
||||||
|
Reference in New Issue
Block a user