mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 05:03:03 +08:00
[gdal] Remove tool testepsg (#21816)
* [gdal] Fix tool not find * update version
This commit is contained in:
parent
f87d135cf9
commit
63e935d967
@ -166,7 +166,6 @@ if (VCPKG_TARGET_IS_WINDOWS AND NOT VCPKG_TARGET_IS_MINGW)
|
||||
ogrinfo
|
||||
ogrlineref
|
||||
ogrtindex
|
||||
testepsg
|
||||
)
|
||||
# vcpkg_copy_tools removed the bin directories for us so no need to remove again
|
||||
vcpkg_copy_tools(TOOL_NAMES ${GDAL_EXES} AUTO_CLEAN)
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "gdal",
|
||||
"version-semver": "3.4.0",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "The Geographic Data Abstraction Library for reading and writing geospatial raster and vector data",
|
||||
"homepage": "https://gdal.org",
|
||||
"supports": "!(arm & windows)",
|
||||
|
@ -2366,7 +2366,7 @@
|
||||
},
|
||||
"gdal": {
|
||||
"baseline": "3.4.0",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"gdcm": {
|
||||
"baseline": "3.0.7",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "f0f7e3cd7a86246d31f892678b2e06d01c455c5b",
|
||||
"version-semver": "3.4.0",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "d5580a73ced0a55c4659874d1755239c76e9168c",
|
||||
"version-semver": "3.4.0",
|
||||
|
Loading…
Reference in New Issue
Block a user