[gdal] no absolute paths (#25778)

This commit is contained in:
autoantwort 2022-07-15 21:19:38 +02:00 committed by GitHub
parent 8bb8b579ac
commit 028fce4e88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 2 deletions

View File

@ -147,6 +147,8 @@ if(NOT bin_files)
)
endif()
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/include/cpl_config.h" "#define GDAL_PREFIX \"${CURRENT_PACKAGES_DIR}\"" "")
file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/vcpkg-cmake-wrapper.cmake" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/usage" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
file(INSTALL "${SOURCE_PATH}/LICENSE.TXT" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

View File

@ -1,7 +1,7 @@
{
"name": "gdal",
"version-semver": "3.5.1",
"port-version": 2,
"port-version": 3,
"description": "The Geographic Data Abstraction Library for reading and writing geospatial raster and vector data",
"homepage": "https://gdal.org",
"license": null,

View File

@ -2474,7 +2474,7 @@
},
"gdal": {
"baseline": "3.5.1",
"port-version": 2
"port-version": 3
},
"gdcm": {
"baseline": "3.0.12",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a7d7e8b112055c7374cbf2e53172eb1832ddb73b",
"version-semver": "3.5.1",
"port-version": 3
},
{
"git-tree": "4d114225017db64685132cde062afde8ec8cbc9b",
"version-semver": "3.5.1",