mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 11:21:12 +08:00
[boost-modular-build-helper] Add missing dependency (#20842)
This commit is contained in:
parent
b25cb779e5
commit
5e96edc23c
@ -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 "${CMAKE_CURRENT_LIST_DIR}" DIRECTORY)
|
||||||
get_filename_component(BOOST_BUILD_INSTALLED_DIR "${BOOST_BUILD_INSTALLED_DIR}" DIRECTORY)
|
get_filename_component(BOOST_BUILD_INSTALLED_DIR "${BOOST_BUILD_INSTALLED_DIR}" DIRECTORY)
|
||||||
|
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "boost-modular-build-helper",
|
"name": "boost-modular-build-helper",
|
||||||
"version": "1.77.0",
|
"version": "1.77.0",
|
||||||
"port-version": 5,
|
"port-version": 6,
|
||||||
"description": "Internal vcpkg port used to build Boost libraries",
|
"description": "Internal vcpkg port used to build Boost libraries",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"boost-uninstall"
|
"boost-uninstall",
|
||||||
|
"vcpkg-cmake"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -569,7 +569,7 @@ if ($updateServicePorts) {
|
|||||||
GeneratePortManifest `
|
GeneratePortManifest `
|
||||||
-PortName "boost-modular-build-helper" `
|
-PortName "boost-modular-build-helper" `
|
||||||
-Description "Internal vcpkg port used to build Boost libraries" `
|
-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
|
# Update Boost version in boost-modular-build.cmake
|
||||||
$boost_modular_build = "$portsDir/boost-modular-build-helper/boost-modular-build.cmake"
|
$boost_modular_build = "$portsDir/boost-modular-build-helper/boost-modular-build.cmake"
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "e3edff222b218a808eca74d6891afc1693ec4774",
|
||||||
|
"version": "1.77.0",
|
||||||
|
"port-version": 6
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "48cc9da813626ac4733698e65368e5581f4efb59",
|
"git-tree": "48cc9da813626ac4733698e65368e5581f4efb59",
|
||||||
"version": "1.77.0",
|
"version": "1.77.0",
|
||||||
|
@ -826,7 +826,7 @@
|
|||||||
},
|
},
|
||||||
"boost-modular-build-helper": {
|
"boost-modular-build-helper": {
|
||||||
"baseline": "1.77.0",
|
"baseline": "1.77.0",
|
||||||
"port-version": 5
|
"port-version": 6
|
||||||
},
|
},
|
||||||
"boost-move": {
|
"boost-move": {
|
||||||
"baseline": "1.77.0",
|
"baseline": "1.77.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user