From 2b338aa28ea14cce644147f2e54f894cde4528d7 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Mon, 7 Apr 2025 18:54:35 -0500 Subject: [PATCH] Move project global include to target local include. --- build.jam | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build.jam b/build.jam index affa271..0fcce93 100644 --- a/build.jam +++ b/build.jam @@ -6,15 +6,12 @@ require-b2 5.2 ; project /boost/leaf - : common-requirements - include ; explicit - [ alias boost_leaf ] + [ alias boost_leaf : : : : include ] [ alias all : boost_leaf test ] ; call-if : boost-library leaf ; -