mirror of
https://github.com/boostorg/headers.git
synced 2025-06-02 01:47:48 +00:00
Update to new name of cmake-config.jam
This commit is contained in:
parent
615e37cb58
commit
3798dcd435
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ import path ;
|
||||||
import os ;
|
import os ;
|
||||||
import option ;
|
import option ;
|
||||||
import boostcpp ;
|
import boostcpp ;
|
||||||
import ../../tools/cmake-config ;
|
import ../../tools/boost-install ;
|
||||||
|
|
||||||
# install-requirements
|
# install-requirements
|
||||||
|
|
||||||
|
@ -64,7 +64,7 @@ local lib-locate = [ option.get libdir : $(prefix)/lib ] ;
|
||||||
|
|
||||||
alias boost_headers ;
|
alias boost_headers ;
|
||||||
|
|
||||||
cmake-config.libs install-cmake-config : $(lib-locate) : $(BOOST_VERSION) : boost_headers ;
|
boost-install.install-cmake-config $(lib-locate) : $(BOOST_VERSION) : boost_headers ;
|
||||||
explicit install-cmake-config ;
|
explicit install-cmake-config ;
|
||||||
|
|
||||||
# install
|
# install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue