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:
Matthias Kuhn 2021-10-27 07:04:29 +01:00 committed by GitHub
parent 018ba5ae0b
commit 39bbc76bfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View File

@ -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()

View File

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

View File

@ -2346,7 +2346,7 @@
},
"gdal": {
"baseline": "3.3.2",
"port-version": 1
"port-version": 2
},
"gdcm": {
"baseline": "3.0.7",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "354c2bfa5d4de64d6894cb74f47e6801fd02af8d",
"version-semver": "3.3.2",
"port-version": 2
},
{
"git-tree": "6e90412cd51170a5ea63a0067005bb3afc3c6c36",
"version-semver": "3.3.2",