From ccfc76570fde0b7704ade0f6d09d2cfd76cea5e6 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 2 Sep 2024 11:05:00 +0300 Subject: [PATCH] Move all from requirements to default-build. Fixes #223. --- build/Jamfile.v2 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build/Jamfile.v2 b/build/Jamfile.v2 index 5304f3e8..c67a1b27 100644 --- a/build/Jamfile.v2 +++ b/build/Jamfile.v2 @@ -11,9 +11,8 @@ constant boost_dependencies_private : /boost/core//boost_core ; -project : requirements - # default to all warnings on: - all +project + : default-build all : common-requirements $(boost_dependencies) : requirements $(boost_dependencies_private) ;