mirror of
https://github.com/microsoft/vcpkg
synced 2024-11-21 16:09:03 -07:00
[gdal] Update to 3.10.0 (#42036)
This commit is contained in:
parent
3ab232bd9a
commit
9e0815331a
5 changed files with 13 additions and 9 deletions
|
@ -2,7 +2,7 @@ vcpkg_from_github(
|
|||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO OSGeo/gdal
|
||||
REF "v${VERSION}"
|
||||
SHA512 fccdcf484bdc833dc5f0d6ad1fce9d152fa8b861cf23b634400d8bf7fd97d2c33a6b87050538c5a6c896d4ba870469134521cc44fdad3e071adffbf29329cb9b
|
||||
SHA512 4e0431c9bb9b7c54508afdcaa936445eee8878aa47f404e2ff00c8ce786c1dd58247c2cee76cb0e0e26cef04419d7c6c4884f2d9078e9d292c4a1c720deae3ed
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
find-link-libraries.patch
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
diff --git a/cmake/helpers/CheckDependentLibraries.cmake b/cmake/helpers/CheckDependentLibraries.cmake
|
||||
index f5c920a..53494c9 100644
|
||||
--- a/cmake/helpers/CheckDependentLibraries.cmake
|
||||
+++ b/cmake/helpers/CheckDependentLibraries.cmake
|
||||
diff --git a/cmake/helpers/CheckDependentLibrariesCommon.cmake b/cmake/helpers/CheckDependentLibrariesCommon.cmake
|
||||
index ebb3538..a4a6d69 100644
|
||||
--- a/cmake/helpers/CheckDependentLibrariesCommon.cmake
|
||||
+++ b/cmake/helpers/CheckDependentLibrariesCommon.cmake
|
||||
@@ -41,6 +41,7 @@ endif()
|
||||
# https://github.com/OSGeo/gdal/issues/5324
|
||||
function (gdal_check_target_is_valid target res_var)
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "gdal",
|
||||
"version-semver": "3.9.3",
|
||||
"port-version": 1,
|
||||
"version-semver": "3.10.0",
|
||||
"description": "The Geographic Data Abstraction Library for reading and writing geospatial raster and vector data",
|
||||
"homepage": "https://gdal.org",
|
||||
"license": null,
|
||||
|
|
|
@ -3029,8 +3029,8 @@
|
|||
"port-version": 0
|
||||
},
|
||||
"gdal": {
|
||||
"baseline": "3.9.3",
|
||||
"port-version": 1
|
||||
"baseline": "3.10.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"gdcm": {
|
||||
"baseline": "3.0.24",
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "722436c5a55405d9c7f31c3044c3a66901638ed5",
|
||||
"version-semver": "3.10.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "48387632dca0060dca76a899ebb693e2799d3d39",
|
||||
"version-semver": "3.9.3",
|
||||
|
|
Loading…
Reference in a new issue