mirror of
https://github.com/boostorg/headers.git
synced 2025-05-31 17:07:44 +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 option ;
|
||||
import boostcpp ;
|
||||
import ../../tools/cmake-config ;
|
||||
import ../../tools/boost-install ;
|
||||
|
||||
# install-requirements
|
||||
|
||||
|
@ -64,7 +64,7 @@ local lib-locate = [ option.get libdir : $(prefix)/lib ] ;
|
|||
|
||||
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 ;
|
||||
|
||||
# install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue