mirror of
https://github.com/boostorg/locale.git
synced 2026-01-19 04:22:08 +00:00
Disable Werror for dependencies
This commit is contained in:
@@ -421,8 +421,8 @@ lib boost_locale
|
|||||||
util/info.cpp
|
util/info.cpp
|
||||||
util/locale_data.cpp
|
util/locale_data.cpp
|
||||||
: requirements
|
: requirements
|
||||||
<library>$(boost_dependencies_private)
|
<library>$(boost_dependencies_private)/<warnings-as-errors>off
|
||||||
<library>$(boost_dependencies)
|
<library>$(boost_dependencies)/<warnings-as-errors>off
|
||||||
$(cxx_requirements)
|
$(cxx_requirements)
|
||||||
<link>shared:<define>BOOST_LOCALE_DYN_LINK=1
|
<link>shared:<define>BOOST_LOCALE_DYN_LINK=1
|
||||||
<define>BOOST_LOCALE_SOURCE
|
<define>BOOST_LOCALE_SOURCE
|
||||||
@@ -432,7 +432,7 @@ lib boost_locale
|
|||||||
# Meanwhile remove this
|
# Meanwhile remove this
|
||||||
<conditional>@configure
|
<conditional>@configure
|
||||||
: usage-requirements
|
: usage-requirements
|
||||||
<library>$(boost_dependencies)
|
<library>$(boost_dependencies)/<warnings-as-errors>off
|
||||||
$(cxx_requirements)
|
$(cxx_requirements)
|
||||||
<link>shared:<define>BOOST_LOCALE_DYN_LINK=1
|
<link>shared:<define>BOOST_LOCALE_DYN_LINK=1
|
||||||
<define>BOOST_LOCALE_NO_LIB=1
|
<define>BOOST_LOCALE_NO_LIB=1
|
||||||
|
|||||||
Reference in New Issue
Block a user