mirror of
https://github.com/boostorg/exception.git
synced 2025-07-30 04:27:18 +02:00
Move project global include to target local include.
This commit is contained in:
@ -15,8 +15,6 @@ constant boost_dependencies :
|
|||||||
/boost/type_traits//boost_type_traits ;
|
/boost/type_traits//boost_type_traits ;
|
||||||
|
|
||||||
project /boost/exception
|
project /boost/exception
|
||||||
: common-requirements
|
|
||||||
<include>include
|
|
||||||
;
|
;
|
||||||
|
|
||||||
explicit
|
explicit
|
||||||
@ -27,4 +25,3 @@ explicit
|
|||||||
call-if : boost-library exception
|
call-if : boost-library exception
|
||||||
: install boost_exception
|
: install boost_exception
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
project
|
project
|
||||||
: source-location ../src
|
: source-location ../src
|
||||||
: common-requirements <library>$(boost_dependencies)
|
: common-requirements <include>../include <library>$(boost_dependencies)
|
||||||
: requirements <link>static
|
: requirements <link>static
|
||||||
: usage-requirements <define>BOOST_EXCEPTION_NO_LIB=1
|
: usage-requirements <define>BOOST_EXCEPTION_NO_LIB=1
|
||||||
;
|
;
|
||||||
|
Reference in New Issue
Block a user