Files
boost_install/Jamfile
2024-06-12 21:24:15 +03:00

13 lines
399 B
Plaintext

# Copyright 2019 Peter Dimov
# 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)
import make ;
project /boost/tools/boost_install ;
# BoostConfigVersion.cmake
make BoostConfigVersion.cmake : : @boost-install%make-cmake-config-version : <version>$(BOOST_VERSION) ;
explicit BoostConfigVersion.cmake ;