[glog] no absolute paths (#24162)

This commit is contained in:
autoantwort 2022-04-19 01:42:04 +02:00 committed by GitHub
parent e3f3206363
commit eaf727e250
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 1 deletions

View File

@ -25,5 +25,6 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
vcpkg_copy_pdbs()
vcpkg_fixup_pkgconfig()
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

View File

@ -1,6 +1,7 @@
{
"name": "glog",
"version": "0.5.0",
"port-version": 1,
"description": "C++ implementation of the Google logging module",
"homepage": "https://github.com/google/glog",
"license": null,

View File

@ -2550,7 +2550,7 @@
},
"glog": {
"baseline": "0.5.0",
"port-version": 0
"port-version": 1
},
"gloo": {
"baseline": "20201203",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c0809e03781b0f3f322236ad964b6caa464dfe21",
"version": "0.5.0",
"port-version": 1
},
{
"git-tree": "55b03c1cae45ba6b081c9072e6431d720467c82b",
"version": "0.5.0",