mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:25:27 +08:00
[glog] no absolute paths (#24162)
This commit is contained in:
parent
e3f3206363
commit
eaf727e250
@ -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)
|
||||
|
@ -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,
|
||||
|
@ -2550,7 +2550,7 @@
|
||||
},
|
||||
"glog": {
|
||||
"baseline": "0.5.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"gloo": {
|
||||
"baseline": "20201203",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "c0809e03781b0f3f322236ad964b6caa464dfe21",
|
||||
"version": "0.5.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "55b03c1cae45ba6b081c9072e6431d720467c82b",
|
||||
"version": "0.5.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user