Modular build tweaks.

This commit is contained in:
Rene Rivera
2024-03-23 23:30:30 -05:00
parent 5afffa2881
commit 71ef55aeff

View File

@@ -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 : : <generating-rule>@boost-install%generate-cmake-config-version <name>Boost <version>$(BOOST_VERSION) ;
explicit BoostConfigVersion.cmake ;
explicit
[ alias boost_install ]
[ alias all : BoostConfigVersion.cmake ]
;