mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 03:12:48 +08:00
[gdal] Fix configuration bug (#22322)
* Fix configuration bug * Update versions
This commit is contained in:
parent
a720cf5eba
commit
18816d8194
@ -242,7 +242,7 @@ else()
|
||||
if ("postgresql" IN_LIST FEATURES)
|
||||
add_config("--with-pg=yes" "PostgreSQL support: yes")
|
||||
elseif(DISABLE_SYSTEM_LIBRARIES)
|
||||
add_config("--with-pg=yes" "PostgreSQL support: no")
|
||||
add_config("--with-pg=no" "PostgreSQL support: no")
|
||||
endif()
|
||||
|
||||
if ("mysql-libmariadb" IN_LIST FEATURES)
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "gdal",
|
||||
"version-semver": "3.4.0",
|
||||
"port-version": 5,
|
||||
"port-version": 6,
|
||||
"description": "The Geographic Data Abstraction Library for reading and writing geospatial raster and vector data",
|
||||
"homepage": "https://gdal.org",
|
||||
"supports": "!uwp",
|
||||
|
@ -2370,7 +2370,7 @@
|
||||
},
|
||||
"gdal": {
|
||||
"baseline": "3.4.0",
|
||||
"port-version": 5
|
||||
"port-version": 6
|
||||
},
|
||||
"gdcm": {
|
||||
"baseline": "3.0.7",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "db90242c9a7b428c65415a64e83c149965dd7ceb",
|
||||
"version-semver": "3.4.0",
|
||||
"port-version": 6
|
||||
},
|
||||
{
|
||||
"git-tree": "519ec20e4d9e0fc541320ca88b51521180c570da",
|
||||
"version-semver": "3.4.0",
|
||||
|
Loading…
Reference in New Issue
Block a user