Move project global include to target local include.

This commit is contained in:
Rene Rivera
2025-04-07 11:32:37 -05:00
parent 71ff2a5254
commit 1da3782f79
2 changed files with 1 additions and 4 deletions

View File

@ -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
;

View File

@ -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
;