mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:49:00 +08:00
Add more debug output when finding gdal deps (#20869)
* Add more debug output when finding gdal deps * x-add-version
This commit is contained in:
parent
018ba5ae0b
commit
39bbc76bfa
@ -66,6 +66,7 @@ function(_gdal_add_dependency target package)
|
||||
set(GDAL_FOUND false PARENT_SCOPE)
|
||||
endif()
|
||||
else()
|
||||
message(WARNING "Could not find package ${package}")
|
||||
set(GDAL_FOUND false PARENT_SCOPE)
|
||||
endif()
|
||||
endfunction()
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "gdal",
|
||||
"version-semver": "3.3.2",
|
||||
"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",
|
||||
|
@ -2346,7 +2346,7 @@
|
||||
},
|
||||
"gdal": {
|
||||
"baseline": "3.3.2",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"gdcm": {
|
||||
"baseline": "3.0.7",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "354c2bfa5d4de64d6894cb74f47e6801fd02af8d",
|
||||
"version-semver": "3.3.2",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "6e90412cd51170a5ea63a0067005bb3afc3c6c36",
|
||||
"version-semver": "3.3.2",
|
||||
|
Loading…
Reference in New Issue
Block a user