[gdal] fix tools feature (#31545)

This commit is contained in:
autoantwort 2023-05-24 21:20:14 +02:00 committed by GitHub
parent a4c3f116fa
commit 5ad9850efe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 1 deletions

View File

@ -137,6 +137,7 @@ if (BUILD_APPS)
gdalmdimtranslate
gnmanalyse
gnmmanage
sozip
AUTO_CLEAN
)
endif()

View File

@ -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,

View File

@ -2722,7 +2722,7 @@
},
"gdal": {
"baseline": "3.7.0",
"port-version": 0
"port-version": 1
},
"gdcm": {
"baseline": "3.0.22",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "119c87c321a3a925253f5503cfac1e6960d5923e",
"version-semver": "3.7.0",
"port-version": 1
},
{
"git-tree": "befcd2fe67a87498bfdaea5601b58f120e984038",
"version-semver": "3.7.0",