mirror of
https://github.com/boostorg/exception.git
synced 2025-07-29 20:17:20 +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 ;
|
||||
|
||||
project /boost/exception
|
||||
: common-requirements
|
||||
<include>include
|
||||
;
|
||||
|
||||
explicit
|
||||
@ -27,4 +25,3 @@ explicit
|
||||
call-if : boost-library exception
|
||||
: install boost_exception
|
||||
;
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
project
|
||||
: source-location ../src
|
||||
: common-requirements <library>$(boost_dependencies)
|
||||
: common-requirements <include>../include <library>$(boost_dependencies)
|
||||
: requirements <link>static
|
||||
: usage-requirements <define>BOOST_EXCEPTION_NO_LIB=1
|
||||
;
|
||||
|
Reference in New Issue
Block a user