[boost-modular-build-helper] Add missing dependency (#20842)

This commit is contained in:
Phoebe 2022-01-08 05:39:58 +08:00 committed by GitHub
parent b25cb779e5
commit 5e96edc23c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 13 additions and 4 deletions

View File

@ -1,3 +1,6 @@
include_guard(GLOBAL)
include("${CMAKE_CURRENT_LIST_DIR}/../vcpkg-cmake/vcpkg-port-config.cmake")
get_filename_component(BOOST_BUILD_INSTALLED_DIR "${CMAKE_CURRENT_LIST_DIR}" DIRECTORY)
get_filename_component(BOOST_BUILD_INSTALLED_DIR "${BOOST_BUILD_INSTALLED_DIR}" DIRECTORY)

View File

@ -1,9 +1,10 @@
{
"name": "boost-modular-build-helper",
"version": "1.77.0",
"port-version": 5,
"port-version": 6,
"description": "Internal vcpkg port used to build Boost libraries",
"dependencies": [
"boost-uninstall"
"boost-uninstall",
"vcpkg-cmake"
]
}

View File

@ -569,7 +569,7 @@ if ($updateServicePorts) {
GeneratePortManifest `
-PortName "boost-modular-build-helper" `
-Description "Internal vcpkg port used to build Boost libraries" `
-Dependencies @("boost-uninstall")
-Dependencies @("boost-uninstall", "vcpkg-cmake")
# Update Boost version in boost-modular-build.cmake
$boost_modular_build = "$portsDir/boost-modular-build-helper/boost-modular-build.cmake"

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e3edff222b218a808eca74d6891afc1693ec4774",
"version": "1.77.0",
"port-version": 6
},
{
"git-tree": "48cc9da813626ac4733698e65368e5581f4efb59",
"version": "1.77.0",

View File

@ -826,7 +826,7 @@
},
"boost-modular-build-helper": {
"baseline": "1.77.0",
"port-version": 5
"port-version": 6
},
"boost-move": {
"baseline": "1.77.0",