From e572e474a009d96f15dac4e086bbd571faaa2496 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Thu, 17 Apr 2025 09:11:23 -0500 Subject: [PATCH] Move include to target. --- build.jam | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build.jam b/build.jam index e72750e..59ed4a3 100644 --- a/build.jam +++ b/build.jam @@ -6,12 +6,11 @@ require-b2 5.2 ; project /boost/qvm - : common-requirements - include ; explicit - [ alias boost_qvm : : : : $(boost_dependencies) ] + [ alias boost_qvm : : : + : include $(boost_dependencies) ] [ alias all : boost_qvm test ] ;