mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 05:39:06 +08:00
[mongo-cxx-driver] no absolute paths (#21096)
This commit is contained in:
parent
f164bec427
commit
f951227f95
@ -119,6 +119,9 @@ file(REMOVE_RECURSE
|
||||
"${CURRENT_PACKAGES_DIR}/bin"
|
||||
"${CURRENT_PACKAGES_DIR}/lib/cmake"
|
||||
)
|
||||
file(REMOVE "${CURRENT_PACKAGES_DIR}/share/${PORT}/uninstall.sh")
|
||||
|
||||
vcpkg_fixup_pkgconfig()
|
||||
|
||||
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
file(COPY "${SOURCE_PATH}/THIRD-PARTY-NOTICES" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "mongo-cxx-driver",
|
||||
"version": "3.6.5",
|
||||
"port-version": 1,
|
||||
"description": "MongoDB C++ Driver.",
|
||||
"homepage": "https://github.com/mongodb/mongo-cxx-driver",
|
||||
"dependencies": [
|
||||
|
@ -4402,7 +4402,7 @@
|
||||
},
|
||||
"mongo-cxx-driver": {
|
||||
"baseline": "3.6.5",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"mongoose": {
|
||||
"baseline": "7.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "2fd38965003b9bc7a653ab8aaabb8172a043d9d0",
|
||||
"version": "3.6.5",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "13a9e7a7e597324f6cf72f7e9389604109888567",
|
||||
"version": "3.6.5",
|
||||
|
Loading…
Reference in New Issue
Block a user