[gdal] Delete useless pdbs in lib directory (#25452)

* [gdal] Delete useless pdbs in lib directory

* version
This commit is contained in:
Jack·Boos·Yu 2022-06-28 19:49:05 +00:00 committed by GitHub
parent 17ee0b59f2
commit f505ef3197
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -124,7 +124,7 @@ if (VCPKG_TARGET_IS_WINDOWS AND NOT VCPKG_TARGET_IS_MINGW)
vcpkg_copy_pdbs()
if(NOT VCPKG_LIBRARY_LINKAGE STREQUAL "static")
file(REMOVE "${CURRENT_PACKAGES_DIR}/lib/gdal204.pdb")
file(REMOVE "${CURRENT_PACKAGES_DIR}/debug/lib/gdal304_d.pdb" "${CURRENT_PACKAGES_DIR}/lib/gdal304.pdb")
endif()
else()

View File

@ -1,7 +1,7 @@
{
"name": "gdal",
"version-semver": "3.4.3",
"port-version": 2,
"port-version": 3,
"description": "The Geographic Data Abstraction Library for reading and writing geospatial raster and vector data",
"homepage": "https://gdal.org",
"license": null,

View File

@ -2458,7 +2458,7 @@
},
"gdal": {
"baseline": "3.4.3",
"port-version": 2
"port-version": 3
},
"gdcm": {
"baseline": "3.0.12",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "cf1b59dd5a8518c4003a7d23d0db857315af0db9",
"version-semver": "3.4.3",
"port-version": 3
},
{
"git-tree": "509d3e54670e6552cce8d811a329d6c28589392e",
"version-semver": "3.4.3",