Skip to content

Commit

Permalink
[gdal] control dependency on libspatialite (microsoft#33096)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort authored Aug 11, 2023
1 parent 26588c0 commit 7247446
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ports/gdal/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
core GDAL_USE_ZLIB
zstd GDAL_USE_ZSTD
tools BUILD_APPS
INVERTED_FEATURES
libspatialite CMAKE_DISABLE_FIND_PACKAGE_SPATIALITE
)
if(GDAL_USE_ICONV AND VCPKG_TARGET_IS_WINDOWS)
list(APPEND FEATURE_OPTIONS -D_ICONV_SECOND_ARGUMENT_IS_NOT_CONST=ON)
Expand Down
1 change: 1 addition & 0 deletions ports/gdal/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "gdal",
"version-semver": "3.7.1",
"port-version": 1,
"description": "The Geographic Data Abstraction Library for reading and writing geospatial raster and vector data",
"homepage": "https://gdal.org",
"license": null,
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2786,7 +2786,7 @@
},
"gdal": {
"baseline": "3.7.1",
"port-version": 0
"port-version": 1
},
"gdcm": {
"baseline": "3.0.22",
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/gdal.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "80d4c30d98e502446c16c8f7665713916934aca3",
"version-semver": "3.7.1",
"port-version": 1
},
{
"git-tree": "a532cd9881bfbd8e3665ff4244dccef8af62ffff",
"version-semver": "3.7.1",
Expand Down

0 comments on commit 7247446

Please sign in to comment.