[vcpkg baseline][gdal] Fix configure error on OSX (#17083)

* [gdal] Fix configure error on OSX

* update version record

* Revert changes

* add touch command

* update version record
This commit is contained in:
Jack·Boos·Yu 2021-04-07 03:12:53 +08:00 committed by GitHub
parent 1bb0fe61df
commit 88f0e6a94b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 2 deletions

View File

@ -176,6 +176,13 @@ if (VCPKG_TARGET_IS_WINDOWS)
endif()
else()
# See https://github.com/microsoft/vcpkg/issues/16990
vcpkg_execute_required_process(
COMMAND touch config.rpath
WORKING_DIRECTORY ${SOURCE_PATH}
LOGNAME touch-${TARGET_TRIPLET}
)
if (VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)
set(BUILD_DYNAMIC yes)
set(BUILD_STATIC no)

View File

@ -1,7 +1,7 @@
{
"name": "gdal",
"version-string": "3.1.3",
"port-version": 3,
"port-version": 4,
"description": "The Geographic Data Abstraction Library for reading and writing geospatial raster and vector data.",
"homepage": "hhttps://gdal.org/",
"dependencies": [

View File

@ -2146,7 +2146,7 @@
},
"gdal": {
"baseline": "3.1.3",
"port-version": 3
"port-version": 4
},
"gdcm": {
"baseline": "3.0.7",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b503a5dd67c0251115346ebfc05551bc8f36c06f",
"version-string": "3.1.3",
"port-version": 4
},
{
"git-tree": "548d5f5f1ad969bf88d86c17de3ee40ebb096a2f",
"version-string": "3.1.3",