mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 03:34:26 +08:00
parent
2bc29ecc20
commit
4044645043
@ -1 +0,0 @@
|
||||
SET(VCPKG_POLICY_EMPTY_PACKAGE enabled)
|
@ -1,56 +0,0 @@
|
||||
{
|
||||
"name": "proj4",
|
||||
"version-semver": "8.9.9",
|
||||
"port-version": 1,
|
||||
"description": "A stub package that pulls in proj. Do not depend on this package.",
|
||||
"license": "MIT",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "proj",
|
||||
"default-features": false,
|
||||
"version>=": "9.0.0"
|
||||
}
|
||||
],
|
||||
"default-features": [
|
||||
"net",
|
||||
"tiff"
|
||||
],
|
||||
"features": {
|
||||
"net": {
|
||||
"description": "Enable network support",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "proj",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"net"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"tiff": {
|
||||
"description": "Enable TIFF support to read some grids",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "proj",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"tiff"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"tools": {
|
||||
"description": "Build tools",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "proj",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"tools"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
@ -6932,10 +6932,6 @@
|
||||
"baseline": "9.4.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"proj4": {
|
||||
"baseline": "8.9.9",
|
||||
"port-version": 1
|
||||
},
|
||||
"prometheus-cpp": {
|
||||
"baseline": "1.2.4",
|
||||
"port-version": 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user