mirror of
https://github.com/boostorg/boost_install.git
synced 2026-01-19 04:02:13 +00:00
13 lines
399 B
Plaintext
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 ;
|