mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:10:24 +08:00
[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:
parent
1bb0fe61df
commit
88f0e6a94b
@ -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)
|
||||
|
@ -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": [
|
||||
|
@ -2146,7 +2146,7 @@
|
||||
},
|
||||
"gdal": {
|
||||
"baseline": "3.1.3",
|
||||
"port-version": 3
|
||||
"port-version": 4
|
||||
},
|
||||
"gdcm": {
|
||||
"baseline": "3.0.7",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "b503a5dd67c0251115346ebfc05551bc8f36c06f",
|
||||
"version-string": "3.1.3",
|
||||
"port-version": 4
|
||||
},
|
||||
{
|
||||
"git-tree": "548d5f5f1ad969bf88d86c17de3ee40ebb096a2f",
|
||||
"version-string": "3.1.3",
|
||||
|
Loading…
Reference in New Issue
Block a user