mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 01:09:07 +08:00
[gdal] fix tools feature (#31545)
This commit is contained in:
parent
a4c3f116fa
commit
5ad9850efe
@ -137,6 +137,7 @@ if (BUILD_APPS)
|
||||
gdalmdimtranslate
|
||||
gnmanalyse
|
||||
gnmmanage
|
||||
sozip
|
||||
AUTO_CLEAN
|
||||
)
|
||||
endif()
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "gdal",
|
||||
"version-semver": "3.7.0",
|
||||
"port-version": 1,
|
||||
"description": "The Geographic Data Abstraction Library for reading and writing geospatial raster and vector data",
|
||||
"homepage": "https://gdal.org",
|
||||
"license": null,
|
||||
|
@ -2722,7 +2722,7 @@
|
||||
},
|
||||
"gdal": {
|
||||
"baseline": "3.7.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"gdcm": {
|
||||
"baseline": "3.0.22",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "119c87c321a3a925253f5503cfac1e6960d5923e",
|
||||
"version-semver": "3.7.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "befcd2fe67a87498bfdaea5601b58f120e984038",
|
||||
"version-semver": "3.7.0",
|
||||
|
Loading…
Reference in New Issue
Block a user