From 71ef55aeff0ba10e3ffa89df18f6ce4e7c96ab1b Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sat, 23 Mar 2024 23:30:30 -0500 Subject: [PATCH] Modular build tweaks. --- Jamfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Jamfile b/Jamfile index 7d25aae..ca6e253 100644 --- a/Jamfile +++ b/Jamfile @@ -2,9 +2,14 @@ # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE_1_0.txt or copy at http://boost.org/LICENSE_1_0.txt) -project /boost/tools/boost_install ; +project /boost/boost_install ; # BoostConfigVersion.cmake generate BoostConfigVersion.cmake : : @boost-install%generate-cmake-config-version Boost $(BOOST_VERSION) ; explicit BoostConfigVersion.cmake ; + +explicit + [ alias boost_install ] + [ alias all : BoostConfigVersion.cmake ] + ;